June 9th, 2010, 02:49 PM
|
#1 (permalink)
|
|
New Member
Join Date: May 2010
Posts: 7
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
|
wsdl to java for android
Hi,
I have been trying to access a webservice from my android phone. The web service has a method which uses a complex data type (an object of class, say, ABC). When I want to use the webservice I have to create an object of that type. Reading some tutorials I have found that I can do that by being able to generate stub classes (using something like wsdl2java).
Is there a similar utility available for android for converting wsdl to java so that I can use the web service methods.
I am using ksoap2 library to access the webservice.
Please advice.
Thank You.
|
|
|