| Excerpt |
|---|
|
create a SOAP server and make calls to remote SOAP servers using Groovy |
WARNING: | Info |
|---|
|
Before using GroovySOAP, make sure to check GroovyWS |
Introduction
| Wiki Markup |
|---|
{link:SOAP|http://www.w3.org/TR/soap/}{link} |
is a lightweight protocol intended for exchanging structured information in a decentralized, distributed environment. Groovy has a SOAP implementation based on
| Wiki Markup |
|---|
{link:Xfire |http://xfire.codehaus.org}{link} |
which allows you to create a SOAP server and/or make calls to remote SOAP servers using Groovy.
...