«^»
5.2. Communicating with a Web Service

The .NET Framework provides three mechanisms for allowing a Web Service to be contacted:

  1. an HTTP GET request;
  2. a classical HTTP POST request;
  3. an HTTP POST request where the body of the request is some XML coded using SOAP (the Simple Object Access Protocol [40]).
The reply from the Web Service is sent as an HTTP reply usually with a body coded in XML.