- From: Marc Hadley via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 21 Jun 2005 17:12:27 +0000
- To: public-ws-addressing-eds@w3.org
Update of /sources/public/2004/ws/addressing
In directory hutz:/tmp/cvs-serv8374
Modified Files:
ws-addr-soap.xml
Log Message:
Added issue 71 resolution - clarified that the value of reason text is recommended but not required
Index: ws-addr-soap.xml
===================================================================
RCS file: /sources/public/2004/ws/addressing/ws-addr-soap.xml,v
retrieving revision 1.80
retrieving revision 1.81
diff -C2 -d -r1.80 -r1.81
*** ws-addr-soap.xml 14 Jun 2005 14:25:56 -0000 1.80
--- ws-addr-soap.xml 21 Jun 2005 17:12:25 -0000 1.81
***************
*** 430,438 ****
&nsuri;/fault
</eg>
! <p>The definitions of faults uses the following properties:</p>
! <p> [Code] The fault code.</p>
! <p> [Subcode] The fault subcode.</p>
! <p> [Reason] The English language reason element.</p>
! <p> [Detail] The detail element. If absent, no detail element is defined for the fault.</p>
<div2>
<head>SOAP 1.2 Fault Binding</head>
--- 430,440 ----
&nsuri;/fault
</eg>
! <p>Each of the predefined faults listed below is defined by specifying values
! for the following abstract properties:</p>
! <p> [Code] The fault code, use of the specified fault code is REQUIRED.</p>
! <p> [Subcode] The fault subcode, use of the specified fault subcode is REQUIRED.</p>
! <p> [Reason] The English language reason element, use of the specified fault code is
! RECOMMENDED but alternate text MAY be used.</p>
! <p> [Detail] The detail element, use of the specified detail element is REQUIRED. If absent, no detail element is defined for the fault.</p>
<div2>
<head>SOAP 1.2 Fault Binding</head>
Received on Tuesday, 21 June 2005 17:12:34 UTC