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 |
Soap or rest apis, which method to use?
What are the elements which should be contained in SOAP message?
What are the functionalities provided by the soap protocol class?
What is mandatory in soap message?
How to write a SOAP Client using Apache SOAP for Java?
Differentiate soap and rest?
What are transport methods in soap?
What are soap web services?
Does soapui support ssl authentication
what is SOAP HTTP Binding?
what is the difference between a web service and SOA?
Why is rest preferred over soap?