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 are the syntax rules for a soap message?
What are some important characteristics of a soap envelope element?
How does the message security model allow the creation of soap more secure to use?
What are the major components that make up a web service - soap (simple object access protocol)?
what is the diffrence between xmlparsing and json parsing?
What are the functionalities provided by the soap protocol class?
What is the major obstacle users faced when using soap?
Mention the differences between soap and other remote access techniques?
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
Explain the major obstacle faced by soap users?
Mention the advantages of soap?
What is protocol explain?