Passing Parameters To Url In Android
I am developing an android application.I want to pass data to url http://services.mascus.com/api/mascusapi.asmx?op=AddContactRequest I have used postdata method. Below is the code
Solution 1:
If you want to invoke soap methods from android you can use Ksoap2 How to call a .NET Webservice from Android using KSOAP2?
Post a Comment for "Passing Parameters To Url In Android"