I am new to android & web services. I want to create an android app which consume a webservice using HttpClient.
Yet i am confused with, how to do this. I'll explain what i've needed to do. Say,we have a webservice at http://www.w3schools.com/webservices/tempconvert.asmx WSDL url=http://www.w3schools.com/webservices/tempconvert.asmx?WSDL And i want to call "FahrenheitToCelsius" method in the web service,And retrieve the return values. I've done this easily using ksoap library. But now i need to implement an android client using HttpClient too. How can i pass the parameters,and get return values? Almost all searches related to this, had directed to the below link.But i am not sure how to use it ,to accomplish what i need http://lukencode.com/2010/04/27/calling-web-services-in-android-using-httpclient/ <http://lukencode.com/2010/04/27/calling-web-services-in-android-using-httpclient/> -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

