I am creating an application in which I want to access a web service and perform a particular task like if I enter the two number into the edit Text and click on the button the addition or subtraction or whatever shows on to the screen. and I do not want to use the local database of Android.
Means my back-end process or say logic’s are already created in SQl Sever. But I don’t know how to call or access the functionality of web services in Android. Please Help me Out.
Thanks in Advance for Any Help……..
Amit you haven’t searched well on google for this because if you did so you didn’t ask this question here.There are lot of tutorial for this on net if let yourself search on net.Anyways i am posting the code snippet to demonstrate that how you can call the webservice from android…This code is to call only SOAP webservice.To call other webservices like JSON,REST etc search yourself on net.
CODE:-