I am developing a application to consume the web service, how to consume the following web-service? http method or ksoap2? I tried Ksoap2, seems can not extract this web service properly, anybody can help on this? thanks in advance.
Here is the wsdl: https://integrator-ut.vegaconnection.com/Authentication.svc?wsdl
Is that the NAME_SPACE is: “http://tempuri.org/” method is CreateToken? and the SOAP_ACTION is http://tempuri.org/IAuthentication/CreateToken?…
If you don’t want to use KSOAP, you can use httpUrlconnection and InputStream
You have to make the string YOUR_REQUEST based on the values you want to recover
It look’s like