Is there any way to send a Soap envelope using Groovy
+2
A:
Groovy has groovyws
for webservices. Take a look at the wiki page: http://groovy.codehaus.org/GroovyWS
ZeissS
2010-09-01 13:44:02
Rha, you were faster than I could be ! GroovyWS is the faster way to develop web-service client, but also the slower to execute them :-) However I find it incredibly convenient.
Riduidel
2010-09-01 13:44:58
I tried to use it with exchange 2010 and failed miserably, mostly due to crazy exchange-requirements. I ended up generating my own soap requests and sending them with the httpbuilder, but since this is just for a one-time mega-import this is ok ;)
ZeissS
2010-09-01 14:12:33