Questions tagged [ws-client]

63 questions
0
votes
1 answer

Grails Unable to consume web service using Wsclient

I have used WSClient on my Grails application by adding groovyws-standalone-0.3.1.jar in lib folder of my project. Added the following code in my controller: import groovyx.net.ws.WSClient .... .... def wsdlUrl = "url_Of_webservice?wsdl" def…
Wasim
  • 896
  • 7
  • 24
0
votes
2 answers

How to use wsclient++ in Android

Please help me! I need create a wsdl - client for my android app. For this i use wsclient++, but i don't know how use it. I have a error InventoryServiceAsync cannot be resolved to a type What i do wrong?
Maratu13
  • 25
  • 3
-1
votes
1 answer

Making recursive async requests using the Play! WSClient

I would appreciate any hints on how to make recursive requests with the WSClient. I am accessing a REST api which returns nodes of a tree in json format, for example this would be the root node: { id: "root" children:[ { id: "node1" …
jorgeb
  • 23
  • 5
1 2 3 4
5