groovyws
Problem with implementing a SSL Service Client with GroovyWS[Groovy/Grails]
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[详细]
2023-03-21 23:58 分类:问答Is there a groovyws.jar with all his dependences?
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.[详细]
2023-03-21 03:22 分类:问答GroovyWS request nor any of its super class is known to this context
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();[详细]
2023-03-09 17:17 分类:问答Simple Groovy WS client is failing but why?
i am trying to use Groovy WS and use the following code. @Grab(group=\'org.codehaus.groovy.modules\', module=\'groovyws\', version=\'0.5.2\')[详细]
2023-02-25 12:33 分类:问答Grails - No class def found error when calling web service
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.[详细]
2023-02-13 08:44 分类:问答WSClient Plugin Soap 1.2 Error
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[详细]
2023-01-21 13:57 分类:问答GroovyWS and complex requests
I\'ve faced with a problem of sending complex requests with GroovyWS. This is sample request generated by soapUI:[详细]
2023-01-08 07:48 分类:问答How to get generate WSDL using GroovyWS
I am implementing SOAP w开发者_如何学编程eb services for a commercial application, and I am usingGroovyWS to speed up the development.[详细]
2022-12-22 16:05 分类:问答Debugging GroovyWS. Get the actual generated XML
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[详细]
2022-12-17 05:50 分类:问答