|
INTERVIEW QUESTIONS
WEB
WEB SERVICES
DETAILS
Question: What is SOAP?
Answer: SOAP is an XML-based protocol for exchanging information between computers. Although SOAP can be used in a variety of messaging systems and can be delivered via a variety of transport protocols, the main focus of SOAP is Remote Procedure Calls (RPC) transported via HTTP. Like XML-RPC, SOAP is platform independent, and therefore enables diverse applications to communicate with one another.
To get a quick sense of SOAP, here is a sample SOAP request to a weather service (with the HTTP Headers omitted):
<?xml version='1.0' encoding='UTF-8'?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2001/09/soap-envelope" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <SOAP-ENV:Body> <ns1:getWeather xmlns:ns1="urn:examples:weatherservice" SOAP-ENV:encodingStyle=" http://www.w3.org/2001/09/soap-encoding <zipcode xsi:type="xsd:string">10016</zipcode> </ns1:getWeather> </SOAP-ENV:Body> </SOAP-ENV:Envelope>
|
|
|
Category |
Web Services Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.3) By 7034 users |
Added on |
9/4/2014 |
Views |
72305 |
Rate it! |
|
|
Question:
What is SOAP?
Answer:
SOAP is an XML-based protocol for exchanging information between computers. Although SOAP can be used in a variety of messaging systems and can be delivered via a variety of transport protocols, the main focus of SOAP is Remote Procedure Calls (RPC) transported via HTTP. Like XML-RPC, SOAP is platform independent, and therefore enables diverse applications to communicate with one another.
To get a quick sense of SOAP, here is a sample SOAP request to a weather service (with the HTTP Headers omitted):
<?xml version='1.0' encoding='UTF-8'?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2001/09/soap-envelope" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <SOAP-ENV:Body> <ns1:getWeather xmlns:ns1="urn:examples:weatherservice" SOAP-ENV:encodingStyle=" http://www.w3.org/2001/09/soap-encoding <zipcode xsi:type="xsd:string">10016</zipcode> </ns1:getWeather> </SOAP-ENV:Body> </SOAP-ENV:Envelope> Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
What is XML-RPC?
|
View Answer
|
|
What is the Web service protocol stack?
|
View Answer
|
|
I keep reading about Web services, but i have never actually seen one. Can you show me a real Web service in action?
|
View Answer
|
|
What is new about Web services?
|
View Answer
|
|
Can you use User-Defined Types in Web Services?
|
View Answer
|
|
What is the use of SOAP (Simple Object Access Protocol) in .Net Web Services?
|
View Answer
|
|
What are the web services in ASP.NET?
|
View Answer
|
|
Explain WebMethod Attribute in Asp.Net Web Service.
|
View Answer
|
|
Does the W3C support any Web service standards?
|
View Answer
|
|
How do I get started with Web Services?
|
View Answer
|
|
What is UDDI?
|
View Answer
|
|
What is WSDL?
|
View Answer
|
|
What is the Web service protocol stack?
|
View Answer
|
|
I keep reading about Web services, but i have never actually seen one. Can you show me a real Web service in action?
|
View Answer
|
|
What is new about Web services?
|
View Answer
|
|
What is a Web service?
|
View Answer
|
|
What is .Net Web Service?
|
View Answer
|
Please Note: We keep on updating better answers to this site. In case you are looking for Jobs, Pls Click Here Vyoms.com - Best Freshers & Experienced Jobs Website.
View All Web Services Interview Questions & Answers - Exam Mode /
Learning Mode
|