What is a WebService and what is the underlying protocol
used in it? Namespace?
Answer Posted / p.ramakrishna
Web Services enable the exchange of data and the remote
invocation of application logic using XML messaging to move
data through firewalls and between heterogeneous systems.
The key to understanding Web Services is knowledge of the
underlying protocols. Importantly, by default, all
communications between Web Services servers and clients is
through XML messages transmitted over the HTTP protocol.
SOAP (Simple Object Access Protocol) is the protocol that
allows us to encapsulate object calls as XML.
Disco and UDDI
You need to know where and how to locate a Web Service in
order to be able to use it - a process known as discovery.
The aim of these two protocols is to facilitate the
discovery process.
WSDL
WSDL (WebServices Description Language) does what it says -
allows description of the Web Service - it specifies the
SOAP messages that it can send and receive.
System.Web.Services.WebService.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is repository pattern in mvc.net? : asp.net mvc
What is session and cookies in asp.net?
What is a viewstate?
Where you store Connection string in "Web.Config" file in ASP.NET?
Where are session variables stored?
Explain how cookies work. Give an example of cookie abuse.
What is the difference between cookie and session?
What is microsoft windows sharepoint services?
What are the different types of sessions in asp.net? Name them?
What do you mean by authorization?
What is viewstate information stored?
How ASP and ASP.NET page works? Explain about asp.net page life cycle?
What is mta?
i have 3+ exp in .net? i am going interview now but they asked me do you know any TOOL? which tool will i study please refer me?
What kind of data can be stored in viewstate?