ASP.Net Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 720 Page Views: 

Which transport protocol is used to call a Web Service?



Posted By: Avi Date: 2 October 2010 12:20:19 PM
 Answer:

SOAP (Simple Object Access Protocol).It is used to exchange information in a decentralised enviropnment.


Posted By: avibtech


Date: 2 October 2010 12:20:19 PM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image Uf7NTy
Related Questions
ASP.Net : Can we prevent a browser from caching an ASPX page?

Can we prevent a browser from caching an ASPX page?

Yes , it can be prevented by using Response.Cache.SetNoStore() method.
Category: ASP.Net Date: 10/1/2010 2:04:13 AM
ASP.Net : What does .Net framework specifies?

What does .Net framework specifies?

.NET Framework is a collection of tools that makes the software development easier and faster. It co....
Category: ASP.Net Date: 10/1/2010 1:46:14 AM
ASP.Net : What is the use of "AutoPostBack" property?

What is the use of "AutoPostBack" property?

This property is used when it is desired by the control to post back to the server before moving on....
Category: ASP.Net Date: 10/1/2010 1:29:14 AM
ASP.Net : Name the different isolation levels in IIS?

Name the different isolation levels in IIS?

IIS has 3 isolation levels:- 1. Low level (IIS process):- In this level process and ASP.Net applica....
Category: ASP.Net Date: 10/1/2010 12:54:14 AM
ASP.Net : What is the purpose of the CompareValidator control?

What is the purpose of the CompareValidator control?

This control allows you to compare the value entered by the user into the input box with the value o....
Category: ASP.Net Date: 10/1/2010 12:51:13 AM