What is the transport protocol you use to call a Web service?

What is the transport protocol you use to call a Web service?

- SOAP (Simple Object Access Protocol) is the preferred protocol.
- This protocol is specified for exchanging the structured information in the implementation of web services in the computer networks.
- It uses the XML information set for the message format and relies on the application layer protocols such as the HTTP or SMTP for negotiating and transmitting the messages.

The SOAP protocol has three characteristics namely:

1. Extensibility
2. Neutrality
3. Independent
What is Option Strict used for? - .NET
.NET - What is Option Strict used for?..
Boxing and Unboxing - .NET
ASP.NET - Boxing and Unboxing - Boxing allows you to treat a value type the same as a reference type....
What does WSDL stand for? Explain its purpose
ASP.NET - What does WSDL stand for? Explain its purpose....
Post your comment