wsimport and Android or any other ProxyGenerator for android?
Posted
by Shoaib Shaikh
on Stack Overflow
See other posts from Stack Overflow
or by Shoaib Shaikh
Published on 2010-04-21T12:34:15Z
Indexed on
2010/04/27
13:33 UTC
Read the original article
Hit count: 428
I am currently developing an Android app i previously developed for IPhone. My Backend is built using WCF service with basichttpEndpoint, i also enabled RESTful methods for better support with other Mobile platforms as well.
Now i want to access my existing WCF service(SOAP/REST endpoint) on Android but i need some good ProxyGenerator to consume my services. I just google around for some solution and i found wsimport and wsdl2java(Axis) are two options in java domain. But i am still unable to find any solution related to Android. Can anyone suggest me the best practice in such scenario?
© Stack Overflow or respective owner