I am new bie to GroovyWS. I like to consume SSL webservice in my Grails Application. So far i have following piece of code collected from
I\'m using Grails and want to use groovyws to call an web-service. But my groovyws.jar (0.5.2) have MANY dependences that I can\'t solve.
I\'m trying to use GroovyWS to consume a SOAP service. The .NET code to do this looks like this: AdminService.SHCredentials creds = new AdminService.SHCredentials();
i am trying to use Groovy WS and use the following code. @Grab(group=\'org.codehaus.groovy.modules\', module=\'groovyws\', version=\'0.5.2\')
Updated to reflect new error message after changes Howdy, I am trying to call a web service from Grails, but keep running in to errors.
Environment: Grails-1.3.4, Ubuntu 9.10, Intellij 9.0.3, JVM 1.6 I\'m getting the below stack trace using WSClient while trying to interact with a SOAP 1.2 server. I was able to get the wsclient exam
I\'ve faced with a problem of sending complex requests with GroovyWS. This is sample request generated by soapUI:
I am implementing SOAP w开发者_如何学编程eb services for a commercial application, and I am usingGroovyWS to speed up the development.
I\'m using GroovyWS in a Grails app to connect to an external SOAP server. I\'d like to see the 开发者_运维问答actual XML that is generated by GroovyWS since I\'m getting errors without any useful in