[android-developers] How to call .NET web service fron an android application?

2010-03-09 Thread Guddu
Hi friends, I have one .NET (WSDL) webservice, & I want to invoke that web service from my android application to get some data from dat webservice. Can anybody please help me out? Thanks & regards. Swapnilkumar. -- You received this message because you are subscribed to the Google Groups "Andr

Re: [android-developers] How to call .NET web service fron an android application?

2010-03-09 Thread aswani kumar tholeti
the following code will help you private static final String NAMESPACE="xyz"; private static final String URL ="http://";; //ur webservices url private static final String HelloWorld_SOAP_ACTION =""; //specifies the action private static final String METHOD_NAME1 ="xzz"; //specify the met