Question

I am implementing SOAP web services for a commercial application, and I am using GroovyWS to speed up the development.

But, when I deploy it on Tomcat, I am not using Grails, as the software has it's own J2EE framework, so how I do I get it to react to wsdl requests?

Do I need to write a groovy-based servlet?

Ideally I would like the WSDL generated upon request, so I can easily change the interface and see the change.

It seems I will miss the annotations that JAX-WS provides for, though, to help fine-tune the WSDL.

Was it helpful?

Solution

Using the example web application, the WSDL can be retrieved as follows:

http://localhost:6980/MathService?wsdl
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top