| 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
|
 |
 |
|
|
subject: Creating Android Client Using WSDL
|
|
|