'How to identify NAMESPACE, METHOD_NAME, URL and SOAP_ACTION from WSDL and SOAP message
I have some problem in parsing a SOAP web service. How can i identify the NAMESPACE, METHOD_NAME, URL and SOAP_ACTION from WSDL and also how can i handle using SoapObject.
I want to call the soap in android.
Below are the WSDL AND SOAP REQUEST XML.
WSDL:
https://e1jas01.domain.cssus.com:8091/DV910/RI_AddressBookManager?WSDL
Thanks, Gowtham.
Solution 1:[1]
It might help others who are finding it difficult that's why i am posting, this stackoverflow question explains the process of identifying NAMESPACE, METHOD_NAME, URL and SOAP_ACTION ksoap2 org.xmlpull.v1.xmlpullparserexception expected start_tag error
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Community |
