Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
-
N/A
Description
I could be interesting for scripters to be able to easily consume a Web Services, something like:
service = GroovyWebServiceProxy("endpoint");
servive.invoke("myOperation", params)
(close to what the GroovyMBean is doing)