Using SOAP with WSDL in Android -
I used to work with difficult coded data, now I get a web service WSDL
Code> Soap Objects .
WSDL
Compliance with the instruction, I have created a class
with the correct areas and extract it by those fields.
But in the instructions for using this web service,
it asks to use a simple soap coding to generate client classes based on the WSDL.
What does this mean?
This means that you can use a tool to create your web service customer classes This tool generates Java classes based on the definition of WSDL service. For example, you can see that you simply submit the WSDL and then download the generated source files.
Comments
Post a Comment