Here's another version showing setting properties:
@Grab(group='org.codehaus.groovy.modules', module='groovyws',
version='0.5.1')
import groovyx.net.ws.WSClient
def url =
Don't know if this helps or not:
@Grab(group='org.codehaus.groovy.modules', module='groovyws',
version='0.5.1')
import groovyx.net.ws.WSClient
def url = 'http://www.w3schools.com/webservices/tempconvert.asmx?WSDL'
Hi Antoine,
I also thought about multiple versions of JUnit in the classpath,
and I remember I checked it. Also I think Ivan was having the same
problem with Ant 1.8.0, and the chances of we both having
multiple versions of JUnit are now getting smaller :(
I think the best would be if you can ch