Create Web Service In Asp.Net 2.0

1) Why WebService ?

  • when you used any webservice at that time do not worry about platform or programming language used to implement the web service.

         example :

         i have create one store application (windows application for counter and online application for management from the warehouse). here i create web service which connecting two application. web service managing data operation.

2) How to access the WebService ?

  •  WebService logic accessible via standard web protocols. one of these protocol is SOAP (simple object access protocol).

3) What Is SOAP ?

  • SOAP is a communication protocol.
  • SOAP is based on XML.

 

Reference Site :

http://msdn.microsoft.com/en-us/library/ms972326.aspx

Leave a Reply

Discover more from AI Infrastructure Architect & Enterprise Solution Architect

Subscribe now to keep reading and get access to the full archive.

Continue reading