What is SOAP Version 1.2?



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

Post New Answer

More SOAP Interview Questions

What hierarchy soapui follows to build a proper testing project?

1 Answers  


Explain about HTTPS in SOAP?

1 Answers  


What are advantages of soap?

1 Answers  


What are the communication channels available for a web service?

1 Answers  


What are the important characteristics of soap envelope element?

1 Answers  


What are the advantages of SOAP?

1 Answers  


How does building a call allows the communication to take place in between the client and the server using soap?

1 Answers  


What are disadvantages of soap?

1 Answers  


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

1 Answers  


What is loosely coupled?

2 Answers   Cognizant, SAP Labs,


List out important characteristics of a SOAP envelop element?

1 Answers  


How is SOAP different from traditional RPC?

2 Answers  


Categories