groovyx.net.ws.WSClient is having problems with ''soapenc:Array' Any workaround?
- by ?????
I'm trying to call a webservice (implemented with a .NET/ASP system) from groovy/grails using WSClient.
I have no trouble accessing this service using the SOAPClient debugger (Todd Ditchendorf's program for OSX), but when i try it via groovy/grails, I get the error
undefined simple or complex type 'soapenc:Array'
Is there any solution?
Looking at it with wireshark:
It seems to have thrown this error even before it gets a chance to perform the transaction. The error is thrown right after WSClient has downloaded the second of two schemas referenced in he WSDL.