How to get generate WSDL using GroovyWS

Posted by James Black on Stack Overflow See other posts from Stack Overflow or by James Black
Published on 2010-03-13T04:09:42Z Indexed on 2010/03/13 4:17 UTC
Read the original article Hit count: 286

Filed under:
|
|
|
|

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.

© Stack Overflow or respective owner

Related posts about groovyws

Related posts about groovy