groovy « wsdl « Java Enterprise Q&A





1. WSClient can't connect exchange wsdl on https    stackoverflow.com

I was trying to connect with groovy WSClient to Exchange server wsdl, but can't because i receive an empty file (when i want to parse the wsdl). I am using the following ...

2. GroovyWS collision in the ObjectFactory class    stackoverflow.com

I'm using the sample app at http://groovy.codehaus.org/GroovyWS and just plugging in my WSDL / parameters. After catching the exception and printing it out I see that the root problem is: ...

3. What are good options for accessing WSDL Webservices in Groovy?    stackoverflow.com

What are good options for accessing Webservices that are defined with WSDL from Groovy? I've looked at groovyws and while it appears to work ok for basic stuff I've ...