File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Android and the fly likes Creating Android Client Using WSDL Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Mobile » Android
Reply Bookmark "Creating Android Client Using WSDL" Watch "Creating Android Client Using WSDL" New topic
Author

Creating Android Client Using WSDL

Miko Diko
Greenhorn

Joined: Jun 27, 2011
Posts: 5
I have a working server for the program I made, it works fine using 'normal' Java, while using WSDL.

Now I want to allow Android users to use the server too, I started a new Android project,..
I want my Android project to work with the server's WSDL.
How should I "Extract" the WSDL into my new project, so all the 'functions' (Classes) written in the WSDL work well in Android ?
James Elsey
Ranch Hand

Joined: Dec 21, 2007
Posts: 228

Sounds like KSOAP might be of interest to you


Kind Regards, James. OCPJP 1.6 || My SCJP / OCJCP Study Notes
Interested in : SCJP, Google App Engine, Stripes, Android;|| My Bite-Size SCJP Study Blog
Miko Diko
Greenhorn

Joined: Jun 27, 2011
Posts: 5
James Elsey wrote:Sounds like KSOAP might be of interest to you

I already have plugged in this KSOAP2 thing, but it never asked me anything about the WSDL
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Creating Android Client Using WSDL
 
Similar Threads
Webservices Help in WSAD 5 for Beginner
Testing simulation
Android Bluetooth with Java SE
Android web app book...
Webservice client code generation using axis2 and eclipse galilio