- From: Tony Rogers via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 08 Feb 2006 06:23:51 +0000
- To: public-ws-addressing-eds@w3.org
Update of /sources/public/2004/ws/addressing
In directory hutz:/tmp/cvs-serv4810
Modified Files:
ws-addr-soap.xml
Log Message:
Added the resolution of CR14 - stating independence of SOAP headers and transport properties
Index: ws-addr-soap.xml
===================================================================
RCS file: /sources/public/2004/ws/addressing/ws-addr-soap.xml,v
retrieving revision 1.106
retrieving revision 1.107
diff -C2 -d -r1.106 -r1.107
*** ws-addr-soap.xml 8 Feb 2006 06:13:00 -0000 1.106
--- ws-addr-soap.xml 8 Feb 2006 06:23:49 -0000 1.107
***************
*** 383,386 ****
--- 383,395 ----
</example>
</div2>
+ <div2 id="soaphdrvtransport">
+ <head>Relationship between SOAP Headers and transport-level properties</head>
+ <p>Some underlying protocols may support native properties similar to the Message Addressing
+ Properties. For example, the reply-to: email header is similar to the [reply endpoint]
+ Message Addressing Property. Authors and implementors of bindings should not assume any
+ particular correspondence between native properties and Message Addressing Properties. For
+ example, if an email message represents only one hop in a multi-hop path, then the
+ reply-to: header is likely to differ from the [reply endpoint] address.</p>
+ </div2>
<div2 id="soaphttp">
<head>Use of Anonymous Address in SOAP</head>
Received on Wednesday, 8 February 2006 06:24:08 UTC