Multiple choice technology web technology

Which of the following Protocols can be used to call a Web Services in Asp.net?

  1. Http-Post

  2. Http-Get

  3. SOAP

  4. All the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

ASP.NET Web Services support multiple protocols for communication. HTTP-GET and HTTP-POST are simpler protocols for basic method invocations, while SOAP provides a robust, standards-based protocol with envelope formatting and WS-* extensions. The service can be configured to expose endpoints via any or all of these protocols simultaneously.