|
In .Net, a web service is bind with three different protocols such as HTTP/POST,
HTTP/GET, and SOAP. This allows client with three options to choose for
communication. The protocols are included in the WSDL file that is
automatically generated in .NET.
|