List out the important characteristics of SOAP envelop element.

devquora
devquora

Posted On: Feb 22, 2018

 

The SOAP envelope indicates the start and end of the message so that the receiver knows when the entire message has been received. The important characteristics of SOAP envelop are:
  • It has a root Envelop element, which is a mandatory part of the SOAP.
  • SOAP element should not contain more than one header. Also, it should appear as the first part of the envelope.
  • Envelop version changes with the upgradations in SOAP version.
  • We add ENV as a prefix and envelop element to SOAP envelops.
  • The optional SOAP encoding is also specified using a namespace.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Soap Interview Questions

    Explain what is SOAP?

    SOAP (Simple Object Access Protocol) is a communication protocol that facilitates the exchange of data over different n..

    Soap Interview Questions

    Mention the differences between SOAP and other remote access techniques?

    The following are the differences between SOAP and other remote web services such as DCOM, COBRA :SOAP WEB SERVICES O..

    Soap Interview Questions

    State the syntax rule for SOAP message?

    Following is the syntax rule for SOAP message- A SOAP message should use XML that is encoded. A SOAP message MUST use t..