Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: GroovyWS-0.5.1
-
Fix Version/s: GroovyWS-0.5.1
-
Component/s: GroovyWS
-
Labels:None
-
Environment:xp
-
Number of attachments :
Description
I have been trying for day to connect to any web service with code
def proxy = new WSClient("http://terraservice.net/TerraService.asmx?WSDL", this.class.classLoader)
def plist = proxy.GetPlaceList("mountain view", 5, true)
println plist.placeFacts.size()
Have tried every example i can find on the net with about 20 differnt jar combinations.
Can I have a working example of code that points to a web service gets a response correctly.
Can i also have every jar that is included in that project and version.
This is error i keep getting
2010-07-02 13:47:06,937 [http-8080-1] ERROR errors.GrailsExceptionResolver - null
java.lang.NullPointerException
at groovyx.net.ws.AbstractCXFWSClient.invokeMethod(AbstractCXFWSClient.java:89)
I also have on another configgetting timeout issues
grails 1.3
Groovy Version: 1.7.3 JVM: 1.6.0_10-rc