I am consuming web service using the method SOAP.I have to create an edit text box and a button on android eclipse,which should be similar to this webservice
Here i wanna to display some text in android eclipse by consuming web service ie.The edittextbox should get input from the user and print exactly what the above webservice is going to display.
I have tried but its not working.Can anyone let me know ideas or some sample code if you have.
Thanks for your Precious Time!..
Manick, Specify your question what you want to do? you have a edittext and a button and webservice data. When you type in edittext and click on button no of webservice data should be listed as per user inputs. OR anything else. Try this
Ok Let’s see!
First you have to download KSOAP Library for your project from here a lightweight and efficient SOAP client library for the Android platform. Add this library to your project. Following code will help you –
Hope this will help you. Fun!