Web Services with Android - why no support for WSDL ?
Posted
by Itsik
on Stack Overflow
See other posts from Stack Overflow
or by Itsik
Published on 2010-06-09T19:48:05Z
Indexed on
2010/06/09
19:52 UTC
Read the original article
Hit count: 200
I'm creating a Client/Server application with Android (Client) and WCF (Web Service). From reading quite alot of discussions, I'm under the impression that there is no tool available to create the web service client in android automatically from a WSDL file.
If this is the situation, what is the easiest approach for creating a communication infrastructure between the client and server, that can be updated easily in the future (plain GET, REST, use SOAP and manually parse responses) Initially, I wanted to build the web service and have the client created automatically with the provided WSDL file.
Thanks
© Stack Overflow or respective owner