- From: Marc Hadley via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 19 Jul 2005 18:46:58 +0000
- To: public-ws-addressing-eds@w3.org
Update of /sources/public/2004/ws/addressing
In directory hutz:/tmp/cvs-serv22098
Modified Files:
ws-addr-core.xml ws-addr-soap.xml
Log Message:
Added revised resolution to issue lc20 - clarified meaning of anonymous uri in SOAP
Index: ws-addr-core.xml
===================================================================
RCS file: /sources/public/2004/ws/addressing/ws-addr-core.xml,v
retrieving revision 1.103
retrieving revision 1.104
diff -C2 -d -r1.103 -r1.104
*** ws-addr-core.xml 19 Jul 2005 18:28:59 -0000 1.103
--- ws-addr-core.xml 19 Jul 2005 18:46:56 -0000 1.104
***************
*** 223,235 ****
<attval>&nsuri;/anonymous</attval>
</td>
! <td>Due to the range of network technologies currently in
! wide-spread use (e.g., NAT, DHCP, firewalls), many
! deployments cannot assign a meaningful global IRI to a
! given endpoint. This URI is used to allow such endpoints
! to send and receive messages. Messages sent to EPRs
! whose [address] is this value MUST rely on some out-of-band
! mechanism for delivery (e.g.
! using a pre-existing transport
! connection from a prior interaction).</td>
</tr>
<tr>
--- 223,230 ----
<attval>&nsuri;/anonymous</attval>
</td>
! <td>Some endpoints cannot be located with a meaningful IRI;
! this URI is used to allow such endpoints to send and receive messages.
! The precise meaning of this URI is defined by the binding of
! Addressing to a specific protocol..</td>
</tr>
<tr>
***************
*** 239,243 ****
<td>Messages sent to EPRs whose [address] is this
value
! MUST be discarded (i.e. not sent). This URI
is
typically used in EPRs that designate a reply or fault
--- 234,238 ----
<td>Messages sent to EPRs whose [address] is this
value
! MUST be discarded (i.e. not sent). This URI
is
typically used in EPRs that designate a reply or fault
Index: ws-addr-soap.xml
===================================================================
RCS file: /sources/public/2004/ws/addressing/ws-addr-soap.xml,v
retrieving revision 1.81
retrieving revision 1.82
diff -C2 -d -r1.81 -r1.82
*** ws-addr-soap.xml 21 Jun 2005 17:12:25 -0000 1.81
--- ws-addr-soap.xml 19 Jul 2005 18:46:56 -0000 1.82
***************
*** 374,377 ****
--- 374,388 ----
</example>
</div2>
+ <div2 id="soaphttp">
+ <head>Use of Anonymous Address in SOAP</head>
+ <p>When <attval>&nsuri;/anonymous</attval> is specified as the address of the
+ ReplyTo or FaultTo EPR,
+ the underlying SOAP protocol binding provides a channel to the specified endpoint.
+ Any underlying protocol binding supporting the SOAP request-response message
+ exchange pattern provides such a channel. For instance, the SOAP 1.2
+ HTTP binding[<bibref ref="SOAP12-PART2"/>] puts the reply message in the
+ HTTP response.</p>
+ </div2>
+
</div1>
<div1 id="s11ext">
Received on Tuesday, 19 July 2005 18:47:00 UTC