- From: Jean-Jacques Moreau via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 10 Nov 2005 06:48:25 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv22679
Modified Files:
wsdl20.xml
Log Message:
LC360: What should be declared as a fault
Index: wsdl20.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20.xml,v
retrieving revision 1.348
retrieving revision 1.349
diff -C2 -d -r1.348 -r1.349
*** wsdl20.xml 10 Nov 2005 06:42:09 -0000 1.348
--- wsdl20.xml 10 Nov 2005 06:48:23 -0000 1.349
***************
*** 2566,2569 ****
--- 2566,2582 ----
as well as reducing duplication of description for an
individual fault.</p>
+
+ <p>The <comp>Interface</comp> component describes faults that have application level
+ semantics, i.e. that the client or service is expected to handle, and
+ potentially recover from, as part of the application processing logic. For
+ example, an <comp>Interface</comp> component that accepts a credit card number may
+ describe faults that indicate the credit card number is invalid, has been
+ reported stolen, or has expired. The <comp>Interface</comp> component does NOT describe
+ general system faults such as network failures, out of memory conditions,
+ out of disk space conditions, invalid message formats, etc., although
+ these faults can be generated as part of the message exchange. Such
+ general system faults can reasonably be expected to occur in any message
+ exchange and explicitly describing them in an <comp>Interface</comp> component is
+ therefore redundant.</p>
<p>Note that faults other than the ones described in the
***************
*** 12440,12443 ****
--- 12453,12463 ----
<td>20051110</td>
<td>JJM</td>
+ <td><loc href="http://www.w3.org/2002/ws/desc/5/lc-issues/#LC360">LC360</loc>
+ : What should be declared as a fault, as per Tokyo f2f.</td>
+ </tr>
+
+ <tr>
+ <td>20051110</td>
+ <td>JJM</td>
<td><loc href="http://www.w3.org/2002/ws/desc/5/lc-issues/#LC357">LC357</loc>
: Added anyURI-IRI warning, as per Tokyo f2f.</td>
Received on Thursday, 10 November 2005 06:48:36 UTC