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 |
Explain soap?
What are the web relation functionalities provided by soap protocol?
What is wc3 standards?How is the link between SOAP and webservices to it?
What are the differences between rpc style and document style soap web services?
What is soap protocol used for?
What are steps that are required to create a client side program that can interact with the soap?
What is SOAP Version 1.2?
What are the important characteristics of soap envelope element?
To test a web service you must create a windows application or web application to consume this service. State whether true or false.
What are the types of Garbage Collectors ?
What are the advantages of json over http as compared to soap over http?
what is the message format used in SOAP?