What is SOAP and why it is required ?
Answers were Sorted based on User's Feedback
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 |
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 |
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 soap means?
How does building a call allows the communication to take place in between the client and the server using soap?
What is the major obstacle users faced when using soap?
Mention the differences between soap and other remote access techniques?
what is SOAP ? why iti is used?
What are the information contained in the service deployment model?
Explain the difference between RPC and Local calls?
can we do method overloading in java based web services .i am using Axis2 frame work. how to configure the operatios(which are method overload) in services.xml file. plz help me in solving this
What are web services?
Explain the utilities of soap web services to its users?
What are the steps involved in doing the data exchange between the client and the server?
What are the steps that are required after providing the services to the clients?