groovy « Web Service « Java Enterprise Q&A





1. Can Groovy be a client to JAX-RPC-style web service?    stackoverflow.com

Apparently, Groovy easily consumes web services. Can it consume a web service that needs JAX-RPC instead of JAX-WS? Should I use an older version of Groovy or its libraries ...

2. groovy web service client    stackoverflow.com

I need to write a web service client in Groovy. The author of the web service has proposed various unappealing blobs of Java code that I could use to call the ...