Skip to content Skip to sidebar Skip to footer

Soapobject Result Of Service Call Is Always Null

I have implemented my SOAP webservice following the tutorial found on google developers website, and now i'm writing a android app that call an available service and show result (f

Solution 1:

Ksoap doesn't use wsdl (and so doesn't request it). You should pass service url instead of wsdl url. Service url you can find in wsdl (attribute location of the address element in the service description section).


Post a Comment for "Soapobject Result Of Service Call Is Always Null"