| Excerpt | ||
|---|---|---|
| ||
GroovySOAP replacement that uses CXF and Java5 features |
| Note | ||
|---|---|---|
| ||
Due to low availability the project is currently dormant, you might consider groovy-wslite as a replacement module |
...
If you are online and using the latest groovy version, here is the no-brainer way to use GroovyWS:
| Code Block | ||
|---|---|---|
| ||
@Grab(group='org.codehaus.groovy.modules', module='groovyws', version='0.5.2')
import groovyx.net.ws.WSClient
proxy = new WSClient("http://www.w3schools.com/webservices/tempconvert.asmx?WSDL", this.class.classLoader)
proxy.initialize()
result = proxy.CelsiusToFahrenheit(0)
println "You are probably freezing at ${result} degrees Farhenheit"
|
...
If you use GroovyWS, please let'us now know and feel free too add a quote in this section.
Community
The build process is using gradle. In order to build the sources from svn, just run:
Code Block ./gradlewin the directory containing the source tree.
- Feel free to contribute by testing, giving your feedback, reporting bugs and sending patches.