User:Sjha4/sandbox
Appearance
Processing model
[edit]The SOAP processing model describes a distributed processing model, its participants, the SOAP nodes, and how a SOAP receiver processes a SOAP message. The following SOAP nodes are defined:
- SOAP sender – a SOAP node that transmits a SOAP message
- SOAP receiver – a SOAP node that accepts a SOAP message
- SOAP message path – the set of SOAP nodes through which a single SOAP message passes
- Initial SOAP sender (Originator) – the SOAP sender that originates a SOAP message at the starting point of a SOAP message path
- SOAP intermediary – a SOAP intermediary is both a SOAP receiver and a SOAP sender and is targetable from within a SOAP message. It processes the SOAP header blocks targeted at it and acts to forward a SOAP message towards an ultimate SOAP receiver.
- Ultimate SOAP receiver – the SOAP receiver that is a final destination of a SOAP message. It is responsible for processing the contents of the SOAP body and any SOAP header blocks targeted at it. In some circumstances, a SOAP message might not reach an ultimate SOAP receiver, for example because of a problem at a SOAP intermediary. An ultimate SOAP receiver cannot also be a SOAP intermediary for the same SOAP message.
Category:World Wide Web Consortium standards
Category:Application layer protocols
Category:XML-based standards
Category:Remote procedure call
Category:Data serialization formats