- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 20 Oct 2005 15:01:20 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory homer:/tmp/cvs-serv2712
Modified Files:
wsdl20-adjuncts.xml
Log Message:
LC319
Index: wsdl20-adjuncts.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-adjuncts.xml,v
retrieving revision 1.112
retrieving revision 1.113
diff -C2 -d -r1.112 -r1.113
*** wsdl20-adjuncts.xml 20 Oct 2005 14:49:16 -0000 1.112
--- wsdl20-adjuncts.xml 20 Oct 2005 15:01:18 -0000 1.113
***************
*** 1661,1674 ****
<ulist>
! <item><p><propdef comp="Binding Fault">soap fault code</propdef> OPTIONAL. A <emph>xs:QName</emph>, to
the <comp>Binding Fault</comp> component. The value of this property
identifies a possible SOAP fault for the operations in
! scope. If this property is empty, no assertion is made
about the value of the SOAP fault code.</p> </item>
! <item><p><propdef comp="Binding Fault">soap fault subcodes</propdef> OPTIONAL. A list of
! <emph>xs:QName</emph>, to the <comp>Binding Fault</comp> component.
The value of this property identifies one or more subcodes
! for this SOAP fault.</p>
</item>
</ulist>
--- 1661,1679 ----
<ulist>
! <item><p><propdef comp="Binding Fault">soap fault code</propdef> MANDATORY. A union of <emph>xs:QName</emph> and
! <emph>xs:token</emph> where the allowed token value
! is <attval>#any</attval>, to
the <comp>Binding Fault</comp> component. The value of this property
identifies a possible SOAP fault for the operations in
! scope. If the value of this property is <attval>#any</attval>, no assertion is made
about the value of the SOAP fault code.</p> </item>
! <item><p><propdef comp="Binding Fault">soap fault subcodes</propdef> MANDATORY.
! A union of list of <emph>xs:QName</emph>, and
! <emph>xs:token</emph> where the allowed token value
! is <attval>#any</attval>, to the <comp>Binding Fault</comp> component.
The value of this property identifies one or more subcodes
! for this SOAP fault. If the value of this property is <attval>#any</attval>, no assertion is
! made about the value of the SOAP fault subcode.</p>
</item>
</ulist>
***************
*** 1716,1720 ****
</p></item>
<item>
! <p>A type of list of <emph>xs:QName</emph>s</p>
</item>
</ulist>
--- 1721,1727 ----
</p></item>
<item>
! <p>A type of union of list of <emph>xs:QName</emph>, and
! <emph>xs:token</emph> where the allowed token value
! is <attval>#any</attval></p>
</item>
</ulist>
***************
*** 1738,1748 ****
<td rowspan="1" colspan="1"><prop comp="Binding Fault">soap fault code</prop></td>
<td rowspan="1" colspan="1">The actual value of the <att>code</att>
! &AII; if present and if its value is not
! <attval>#any</attval>; otherwise empty.</td>
</tr>
<tr>
<td rowspan="1" colspan="1"><prop comp="Binding Fault">soap fault subcodes</prop></td>
<td rowspan="1" colspan="1">The actual value of the <att>subcodes</att>
! &AII;, if present; otherwise empty.</td>
</tr>
</tbody>
--- 1745,1755 ----
<td rowspan="1" colspan="1"><prop comp="Binding Fault">soap fault code</prop></td>
<td rowspan="1" colspan="1">The actual value of the <att>code</att>
! &AII; if present; otherwise
! <attval>#any</attval>.</td>
</tr>
<tr>
<td rowspan="1" colspan="1"><prop comp="Binding Fault">soap fault subcodes</prop></td>
<td rowspan="1" colspan="1">The actual value of the <att>subcodes</att>
! &AII;, if present; otherwise <attval>#any</attval>.</td>
</tr>
</tbody>
***************
*** 3625,3634 ****
<ulist>
! <item><p><propdef comp="Binding Fault">http error status code</propdef>, OPTIONAL.
! A <emph>xs:int</emph> representing an
! error Status-Code as defined by <bibref
! ref="RFC2616"/>, to the <comp>Binding Fault</comp> component. The value
! of this property identifies the error code that the
! service will use in case the fault is returned. If empty,
no claim is made by the service.</p></item>
</ulist>
--- 3632,3641 ----
<ulist>
! <item><p><propdef comp="Binding Fault">http error status code</propdef>, MANDATORY.
! A union of <emph>xs:int</emph> and <emph>xs:token</emph> where the
! allowed token value is <attval>#any</attval>, to the <comp>Binding Fault</comp> component. An integer value
! of this property identifies the error Status-Code as defined by <bibref
! ref="RFC2616"/> that the
! service will use in case the fault is returned. If the value of this property is <attval>#any</attval>,
no claim is made by the service.</p></item>
</ulist>
***************
*** 3682,3687 ****
<td rowspan="1" colspan="1"><prop comp="Binding Fault">http error status code</prop></td>
<td rowspan="1" colspan="1">The actual value of the
! <att>whttp:code</att> &AII;, if present and its value
! is not <attval>#any</attval>; otherwise empty.</td>
</tr>
</tbody>
--- 3689,3693 ----
<td rowspan="1" colspan="1"><prop comp="Binding Fault">http error status code</prop></td>
<td rowspan="1" colspan="1">The actual value of the
! <att>whttp:code</att> &AII;, if present; otherwise <attval>#any</attval>.</td>
</tr>
</tbody>
***************
*** 4738,4741 ****
--- 4744,4755 ----
<td>HH</td>
<td><loc
+ href="http://www.w3.org/2002/ws/desc/5/lc-issues/issues.html#LC319">LC319</loc>:
+ implemented <loc href='http://lists.w3.org/Archives/Public/www-ws-desc/2005Sep/0012.html'>detailed resolution</loc>.
+ </td>
+ </tr>
+ <tr>
+ <td>20051020</td>
+ <td>HH</td>
+ <td><loc
href="http://www.w3.org/2002/ws/desc/5/lc-issues/issues.html#LC342">LC342</loc>:
fixed typos
Received on Thursday, 20 October 2005 15:01:28 UTC