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 ...
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: ...
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 ...