What is SOAP and why it is required ?

Answers were Sorted based on User's Feedback



What is SOAP and why it is required ?..

Answer / umesh thumar

SOAP :: Simple Object Access Protocol
SOAP is a protocol that is used for communication between application and service by sending message ( XML-based ) via internet using HTTP.
Two main reasons for using SOAP is::
(1) Platform independent
(2) Language independent

Is This Answer Correct ?    8 Yes 0 No

What is SOAP and why it is required ?..

Answer / aswini de

SOAP stands for simple object Access protocol .

SOAP structures a message into two main parts: the headers
and the body.
SOAP is more than just a sender-receiver protocol, although
that, too, is certainly the dominant use today. SOAP
supports the concept of a message passing from a recipient,
possibly through one or more intermediaries, and ending up
at its destination, more precisely known as the ultimate
receiver.

Is This Answer Correct ?    6 Yes 1 No

What is SOAP and why it is required ?..

Answer / aswini de

SOAP is core part of WEB-SERVICE. Mainly SOAP is an XML
syntax for exchanging message because of XML is language and
platform
indepent.SOAP is use when we are creating web services
because Web services means publish a method(method resolve
business logic) globally.

Is This Answer Correct ?    5 Yes 2 No

What is SOAP and why it is required ?..

Answer / sanjit

Simple object access protocal

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More SOAP Interview Questions

What is the use of protocol rest?

0 Answers  


Explain how user use the facilities that are provided by SOAP?

0 Answers  


Explain about the encoding style attribute?

0 Answers  


Explain about SOAP with an example of Industry usage.

1 Answers  


What are the disadvantages of soap web services?

0 Answers  






what is the general format for reading the custom or default property value?

0 Answers  


How a soap message is structured?

0 Answers  


Which is more secure rest or soap?

0 Answers  


What are advantages of soap?

0 Answers  


What is soap protocol used for?

0 Answers  


Is binding between soap and wsdl possible?

0 Answers  


soapui <person> <fname>abc</fname> <lname>xyz</lname> <age>22</age> </person> above data i am prepareing in soapui and run the request and generate response. how to fetch this xml response data using oracle sql query. pls tell me query.

0 Answers   Cap Gemini,


Categories