What is SOAP Version 1.2?
Answer / supra
SOAP version 1.2 is a lightweight protocol for exchange of
information in a decentralized, distributed environment. It
is an XML based protocol that consists of four parts: an
envelope that defines a framework for describing what is in
a message and how to process it, a set of encoding rules
for expressing instances of application-defined data types,
a convention for representing remote procedure calls and
responses and a binding convention for exchanging messages
using an underlying protocol. SOAP can potentially be used
in combination with a variety of other protocols; however,
the only bindings defined in this document describe how to
use SOAP in combination with HTTP and the experimental HTTP
Extension Framework.
| Is This Answer Correct ? | 5 Yes | 1 No |
Elaborate the term SOAP?
What are the factors that help to decide which style of web services – soap or rest – to use?
Discuss various approaches to develop soap based web service?
What are the advantages of SOAP?
How users utilize the facilities provided by soap?
What is the use of having soap messages with attachments?
Can soap use json?
Explain about the SOAP body element?
what assertion is in soap ui is and give some example of assertion possible in soapui?
What are the various approaches available for developing soap based web services?
What does xml-soap server includes to allow flexible services for the users?
What is soap protocol used for?