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 |
What hierarchy soapui follows to build a proper testing project?
Explain about HTTPS in SOAP?
What are advantages of soap?
What are the communication channels available for a web service?
What are the important characteristics of soap envelope element?
What are the advantages of SOAP?
How does building a call allows the communication to take place in between the client and the server using soap?
What are disadvantages of soap?
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 is loosely coupled?
2 Answers Cognizant, SAP Labs,
List out important characteristics of a SOAP envelop element?
How is SOAP different from traditional RPC?