Axis2 with complexTypes in Groovy
问题 So I'm having a couple of ANT scripts using Groovy to process complex calculations normal ANT can't do (at least afaik). I'm trying to access an Axis2 web service using a SOAP-envelope via Groovy. The request and response is pretty simple, except for two complexType attributes (one in the request, one in the response). The first thing I've stumbled across was Groovy Soap . It is quite easy to use, you simply instantiate a SoapClient and call the web service method. Unfortunately it cannot