- From: Marc Hadley via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 22 Apr 2005 16:17:01 +0000
- To: public-ws-addressing-eds@w3.org
Update of /sources/public/2004/ws/addressing
In directory hutz:/tmp/cvs-serv24031
Modified Files:
ws-addr-core.xml
Log Message:
Added resolution to lc8 - changed IRI to URI where used to refer to IRIs in the specification that are actually URIs
Index: ws-addr-core.xml
===================================================================
RCS file: /sources/public/2004/ws/addressing/ws-addr-core.xml,v
retrieving revision 1.57
retrieving revision 1.58
diff -C2 -d -r1.57 -r1.58
*** ws-addr-core.xml 22 Apr 2005 15:49:27 -0000 1.57
--- ws-addr-core.xml 22 Apr 2005 16:16:59 -0000 1.58
***************
*** 99,103 ****
(006) specify the endpoint to which replies to this message should be sent as an
Endpoint Reference. Line (007) specifies the address URI of the ultimate
! receiver of this message. Line (008) specifies an Action IRI identifying
expected semantics.</p>
</example>
--- 99,103 ----
(006) specify the endpoint to which replies to this message should be sent as an
Endpoint Reference. Line (007) specifies the address URI of the ultimate
! receiver of this message. Line (008) specifies an action URI identifying
expected semantics.</p>
</example>
***************
*** 334,338 ****
</glist>
<p>The following shows an example endpoint reference. This element references the
! the endpoint at the IRI "http://example.com/www.fabrikam/acct".</p>
<example>
<head>Example endpoint reference.</head>
--- 334,338 ----
</glist>
<p>The following shows an example endpoint reference. This element references the
! the endpoint at the URI "http://example.com/www.fabrikam/acct".</p>
<example>
<head>Example endpoint reference.</head>
***************
*** 492,496 ****
related message is identified by an IRI that corresponds to the related
message's [message id] property. The message identifier IRI may refer to
! a specific message, or be the following well-known IRI that means
"unspecified message": <attval>&nsuri;/id/unspecified</attval>
</p>
--- 492,496 ----
related message is identified by an IRI that corresponds to the related
message's [message id] property. The message identifier IRI may refer to
! a specific message, or be the following well-known URI that means
"unspecified message": <attval>&nsuri;/id/unspecified</attval>
</p>
***************
*** 502,506 ****
<tbody>
<tr>
! <th align="left">IRI</th>
<th align="left">Description </th>
</tr>
--- 502,506 ----
<tbody>
<tr>
! <th align="left">URI</th>
<th align="left">Description </th>
</tr>
***************
*** 515,519 ****
</table>
<p>A reply message MUST contain a [relationship] property consisting of the
! predefined reply IRI and the message id property of the request
message.</p>
</def>
--- 515,519 ----
</table>
<p>A reply message MUST contain a [relationship] property consisting of the
! predefined reply URI and the message id property of the request
message.</p>
</def>
***************
*** 533,537 ****
DHCP, firewalls), many deployments cannot assign a meaningful global IRI to a given
endpoint. To allow these "anonymous" endpoints to initiate message exchange patterns
! and receive replies, WS-Addressing defines the following well-known IRI for use by
endpoints that cannot have a stable, resolvable IRI:
<attval>&nsuri;/role/anonymous</attval>
--- 533,537 ----
DHCP, firewalls), many deployments cannot assign a meaningful global IRI to a given
endpoint. To allow these "anonymous" endpoints to initiate message exchange patterns
! and receive replies, WS-Addressing defines the following well-known URI for use by
endpoints that cannot have a stable, resolvable IRI:
<attval>&nsuri;/role/anonymous</attval>
***************
*** 702,706 ****
<item>
<p>[relationship]: a new pair of IRIs is added to this value as
! follows; the relationship type is the predefined reply IRI
<attval>&nsuri;/reply</attval> and the related message's
identifier is the [message id] property value from the message
--- 702,706 ----
<item>
<p>[relationship]: a new pair of IRIs is added to this value as
! follows; the relationship type is the predefined reply URI
<attval>&nsuri;/reply</attval> and the related message's
identifier is the [message id] property value from the message
Received on Friday, 22 April 2005 16:17:02 UTC