Explain the protocols a .Net Web Service uses?
Submitted by: AdministratorIn .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.
Http-Get and Http-Post can only be used when name/value pairs of data is dealt with. But when data is complex in nature such as ASP.NET dataset, XML notes etc, then we can use SOAP that serializes data in simpler form before sending.
Submitted by: Administrator
Http-Get and Http-Post can only be used when name/value pairs of data is dealt with. But when data is complex in nature such as ASP.NET dataset, XML notes etc, then we can use SOAP that serializes data in simpler form before sending.
Submitted by: Administrator
Read Online .NET web services Job Interview Questions And Answers
Top .NET web services Questions
☺ | What is .Net Web Service? |
☺ | How to Test and consuming a .Net web service? |
☺ | Explain SOAP? |
☺ | Why do we need .Net Web Services? |
☺ | Web services vs. CORBA and DCOM? |
Top Dot Net Technologies Categories
☺ | MSF Interview Questions. |
☺ | .Net Architecture Interview Questions. |
☺ | ASP.Net MVC Interview Questions. |
☺ | Entity Framework Interview Questions. |
☺ | C# (Sharp) Programming Language Interview Questions. |