what is webservice and how to implement it?
what is webservice and how to implement it?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
ketan italiyaPosted Aug 14, 2013, 8:35 AM
Web Services can convert your application into a Web-application, which can publish its function or message to the rest of the world.
The basic Web Services platform is XML + HTTP.
just check out this.
http://www.codeproject.com/Articles/8257/How-to-make-a-simple-WebService-and-consume-it
http://www.w3schools.com/webservices/
Sanjeeb LenkaPosted Aug 14, 2013, 7:24 AM
refer to this article:
http://www.c-sharpcorner.com/UploadFile/29d7e0/steps-to-create-a-simple-web-service-and-use-it-in-Asp-Net/