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

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -