groovyx.net.ws.WSClient is having problems with ''soapenc:Array' Any workaround?
Posted
by ?????
on Stack Overflow
See other posts from Stack Overflow
or by ?????
Published on 2010-04-02T17:48:57Z
Indexed on
2010/04/02
17:53 UTC
Read the original article
Hit count: 358
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.
© Stack Overflow or respective owner