What is SOAP actor element? - SOAP

What is SOAP actor element?

- The header element may pass through different endpoints before it reaches the receiver.

- SOAP actor element is specifically used to address the header element to a specific endpoint.

- This attribute is used to annotate an extension element.

- The identifying intermediary for which the annotated extension element is intended.

- The value of the attribute is the URI then the extension is intended for the next intermediary in the chain, which will be sent first in case of the initial sender.

- If the attribute is not present, then the extension element is intended for the ultimate recipient of the message.

Syntax:
Soap:actor="URL"
What do you mean by SOAP encoding? - SOAP
A SOAP message has no default encoding. Hence, in order to define data types used in the document encodingStyle attribute is used. It can appear in any SOAP element.......
Why Encrypt SOAP messages? - SOAP
A SOAP response message has unencrypted data which can be accessed by prying eyes that could access as the message that is transmitted over the wire........
What is SOAP? Why is SOAP required? Advantages of SOAP
What is SOAP? Why is SOAP required? Advantages of SOAP - It is a stateless, platform independent, XML based generic lightweight protocol that uses HTTP as its transport medium
Post your comment