Does webMethods 10.11 support Spring Boot?

Is it possible to develop java services for webMethods 10.11 using Spring Boot?

Not the java service itself as it is designed to interface statically via the webMethods InvokeManager and pipeline, so it wouldn’t make any sense.

However you should not be writing complex java into a java service anyway but as a proper java project where you could then use springboot or any other framework/pattern.

Your java service would simply then bridge the wm service pattern to your underlying library.
regards,
John.

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.