- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 05 Aug 2009 21:51:40 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies
In directory hutz:/tmp/cvs-serv16345
Modified Files:
wsrt.html wsrt.xml wst.html wst.xml
Log Message:
s/is sent/is generated/ for faults
s/is returned/is generated/ for faults
Index: wst.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wst.xml,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- wst.xml 5 Aug 2009 21:00:49 -0000 1.43
+++ wst.xml 5 Aug 2009 21:51:38 -0000 1.44
@@ -1315,7 +1315,7 @@
<div2 id="InvalidRepresentation">
<head>InvalidRepresentation</head>
- <p>This fault is returned when an incorrect representation is sent in a
+ <p>This fault is generated when an incorrect representation is sent in a
wst:Put or wst:Create message. </p>
<table id="Table2" border="1" cellpadding="5">
<tbody>
Index: wsrt.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsrt.xml,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- wsrt.xml 5 Aug 2009 21:00:49 -0000 1.28
+++ wsrt.xml 5 Aug 2009 21:51:38 -0000 1.29
@@ -2138,7 +2138,7 @@
<head>wsa:DestinationUnreachable</head>
<p>
- This fault is sent in response to a message that is targeted at a
+ This fault is generated in response to a message that is targeted at a
resource that cannot be found and is deemed not to exist. This may be
because the resource was never created or because the resource has
been destroyed - there is no distinction between these cases.
@@ -2249,7 +2249,7 @@
<head>InvalidExpressionFault</head>
<p>
- This fault is sent by a resource if a <wsrt:Expression>
+ This fault is generated by a resource if a <wsrt:Expression>
element has an syntax that is invalid according to the definition of the
expression dialect. If the expression syntax is not valid with respect
to the dialect then a resource SHOULD specify a fault detail of
Index: wst.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wst.html,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- wst.html 5 Aug 2009 21:00:49 -0000 1.47
+++ wst.html 5 Aug 2009 21:51:38 -0000 1.48
@@ -776,7 +776,7 @@
</s11:Fault>
</s11:Body>
</s11:Envelope></pre></div></div><div class="div2">
-<h3><a name="InvalidRepresentation" id="InvalidRepresentation"/>5.1 InvalidRepresentation</h3><p>This fault is returned when an incorrect representation is sent in a
+<h3><a name="InvalidRepresentation" id="InvalidRepresentation"/>5.1 InvalidRepresentation</h3><p>This fault is generated when an incorrect representation is sent in a
wst:Put or wst:Create message. </p><a name="Table2" id="Table2"/><table border="1" cellpadding="5"><tbody><tr><th align="left"><b>[Code]</b></th><td>s:Sender</td></tr><tr><th align="left"><b>[Subcode]</b></th><td>wst:InvalidRepresentation</td></tr><tr><th align="left"><b>[Reason]</b></th><td>The supplied representation is invalid</td></tr><tr><th align="left"><b>[Detail]</b></th><td>none</td></tr></tbody></table></div><div class="div2">
<h3><a name="UnknownDialect" id="UnknownDialect"/>5.2 UnknownDialect</h3><p>
This fault is generated when a service detects an unknown Dialect
Index: wsrt.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsrt.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- wsrt.html 5 Aug 2009 21:00:49 -0000 1.39
+++ wsrt.html 5 Aug 2009 21:51:38 -0000 1.40
@@ -1286,7 +1286,7 @@
</s11:Body>
</s11:Envelope></pre></div></div><div class="div2">
<h3><a name="unreachable" id="unreachable"/>5.1 wsa:DestinationUnreachable</h3><p>
- This fault is sent in response to a message that is targeted at a
+ This fault is generated in response to a message that is targeted at a
resource that cannot be found and is deemed not to exist. This may be
because the resource was never created or because the resource has
been destroyed - there is no distinction between these cases.
@@ -1323,7 +1323,7 @@
http://www.w3.org/2009/02/ws-rst/fault
</th></tr><tr><td><b>[Code]</b></td><td> s12:Sender </td></tr><tr><td><b>[Subcode]</b></td><td> wsrt:UnsupportedDialectFault </td></tr><tr><td><b>[Reason]</b></td><td> The requested dialect is not supported </td></tr><tr><td><b>[Detail]</b></td><td> <wsrt:Dialect><em>xs:anyURI</em></wsrt:Dialect> * </td></tr></tbody></table></div><div class="div2">
<h3><a name="badexpression" id="badexpression"/>5.5 InvalidExpressionFault</h3><p>
- This fault is sent by a resource if a <wsrt:Expression>
+ This fault is generated by a resource if a <wsrt:Expression>
element has an syntax that is invalid according to the definition of the
expression dialect. If the expression syntax is not valid with respect
to the dialect then a resource SHOULD specify a fault detail of
Received on Wednesday, 5 August 2009 21:51:59 UTC