XML.com: XML From the Inside Out
oreilly.comSafari Bookshelf.Conferences.

advertisement
 Resource Guide -> SOAP, Microsoft, P2P (Peer-to-Peer) -> SOAP Routing Protocol

SOAP Routing Protocol

Date: May. 23, 2001
Link: http://www.gotdotnet.com/team/xml_wsspecs/soap-rp/default.html
Source Author or Organization: Henrik Frystyk Nielsen, Satish Thatte, Microsoft Corporation

Simple Object Access Protocol Routing Protocol (SOAP-RP) is a stateless protocol for the exchange of SOAP messages. In addition to simple one-way messages, an optional reverse message path makes two-way (like request/response, return of acknowledgements or return of faults) and peer-to-peer (P2P) messaging possible. It is expressed as a SOAP header entry within an envelope, and is independent of underlying protocols.

SOAP-RP may be used with Transmission Control Protocol (TCP) or User Datagram Protocol (UDP) using Direct Internet Message Encapsulation (DIME) for encapsulation, or with Hypertext Transfer Protocol (HTTP) or other underlying protocols.