- From: Marc Hadley via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 25 May 2005 21:03:37 +0000
- To: public-ws-addressing-eds@w3.org
Update of /sources/public/2004/ws/addressing
In directory hutz:/tmp/cvs-serv27996
Modified Files:
ws-addr-soap.xml
Log Message:
Added resolution to issue lc57 - added normative text describing fault binding
Index: ws-addr-soap.xml
===================================================================
RCS file: /sources/public/2004/ws/addressing/ws-addr-soap.xml,v
retrieving revision 1.68
retrieving revision 1.69
diff -C2 -d -r1.68 -r1.69
*** ws-addr-soap.xml 25 May 2005 20:20:50 -0000 1.68
--- ws-addr-soap.xml 25 May 2005 21:03:35 -0000 1.69
***************
*** 498,501 ****
--- 498,527 ----
defined for the fault.</p>
<p>The properties above bind to a SOAP 1.2 fault as follows:</p>
+ <glist>
+ <gitem>
+ <label>[Code]</label>
+ <def><p>The value of the [Code] property is bound as the value of the SOAP faults S:Fault/S:Code/S:Value
+ element information item.</p></def>
+ </gitem>
+ <gitem>
+ <label>[Subcode]</label>
+ <def><p>The value of the [Subcode] property is bound as the value of the SOAP faults
+ S:Fault/S:Code/S:Subcode/S:Value
+ element information item.</p></def>
+ </gitem>
+ <gitem>
+ <label>[Reason]</label>
+ <def><p>The value of the [Reason] property is bound as the value of the SOAP faults
+ S:Fault/S:Reason/S:Text
+ element information item.</p></def>
+ </gitem>
+ <gitem>
+ <label>[Detail]</label>
+ <def><p>The value of the [Detail] property is bound as child of the SOAP faults
+ S:Fault/S:Detail
+ element information item.</p></def>
+ </gitem>
+ </glist>
+
<example>
<head>Binding of fault properties to SOAP 1.2 messages.</head>
***************
*** 529,532 ****
--- 555,573 ----
and [Reason]. These the properties bind to a SOAP 1.1 fault as
follows:</p>
+ <glist>
+ <gitem>
+ <label>[Subcode]</label>
+ <def><p>The value of the [Subcode] property is bound as the value of the SOAP faults
+ S11:Fault/faultcode
+ element.</p></def>
+ </gitem>
+ <gitem>
+ <label>[Reason]</label>
+ <def><p>The value of the [Reason] property is bound as the value of the SOAP faults
+ S11:Fault/faultstring
+ element.</p></def>
+ </gitem>
+ </glist>
+
<example>
<head>Binding of fault properties to SOAP 1.1 messages.</head>
Received on Wednesday, 25 May 2005 21:03:37 UTC