Skip to content

Instantly share code, notes, and snippets.

@p3t0r
Created February 17, 2009 16:04
Show Gist options
  • Save p3t0r/65805 to your computer and use it in GitHub Desktop.
Save p3t0r/65805 to your computer and use it in GitHub Desktop.
import groovyx.net.ws.WSClient
def wsdlUrl = "http://localhost:8080/Quickstart_helloworld/scheduleService?wsdl"
def proxy = new WSClient(wsdlUrl, this.class.classLoader)
proxy.create()
println proxy.findScheduleForUrn("my:test:urn")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment