- From: Marc Hadley via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 13 Feb 2006 16:45:49 +0000
- To: public-ws-addressing-eds@w3.org
Update of /sources/public/2004/ws/addressing
In directory hutz:/tmp/cvs-serv20090
Modified Files:
ws-addr-wsdl.xml
Log Message:
Added resolution to issue 70, soften language on defining value of [destination] to allow runtime override.
Index: ws-addr-wsdl.xml
===================================================================
RCS file: /sources/public/2004/ws/addressing/ws-addr-wsdl.xml,v
retrieving revision 1.67
retrieving revision 1.68
diff -C2 -d -r1.67 -r1.68
*** ws-addr-wsdl.xml 13 Feb 2006 15:50:57 -0000 1.67
--- ws-addr-wsdl.xml 13 Feb 2006 16:45:46 -0000 1.68
***************
*** 569,577 ****
<div2 id="destinwsdl">
<head>Destination</head>
! <p>The value of the [destination] message addressing property for a message sent to
an endpoint MUST match the value of the {address} property of the endpoint
component (WSDL 2.0) or the address value provided by the relevant port
extension (WSDL 1.1). For a SOAP 1.1 port described using WSDL 1.1, the value is
provided by the location attribute of the soap11:address extension element.</p>
</div2>
<div2 id="actioninwsdl">
--- 569,582 ----
<div2 id="destinwsdl">
<head>Destination</head>
! <p>In the absence of additional runtime information, the value of the [destination]
! message addressing property for a message sent to
an endpoint MUST match the value of the {address} property of the endpoint
component (WSDL 2.0) or the address value provided by the relevant port
extension (WSDL 1.1). For a SOAP 1.1 port described using WSDL 1.1, the value is
provided by the location attribute of the soap11:address extension element.</p>
+ <p>Additional runtime information could override the value of the [destination] message
+ addressing property for messages sent to an endpoint, e.g. a runtime exchange might
+ result in a redirection to a different EPR. Note that WS-Addressing does not define any normative
+ mechanism for such redirection.</p>
</div2>
<div2 id="actioninwsdl">
Received on Monday, 13 February 2006 16:45:57 UTC