tags:

views:

17

answers:

1

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