- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 13 Oct 2005 16:25:26 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory homer:/tmp/cvs-serv12623
Modified Files:
wsdl20-adjuncts.xml
Log Message:
LC334
Index: wsdl20-adjuncts.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-adjuncts.xml,v
retrieving revision 1.109
retrieving revision 1.110
diff -C2 -d -r1.109 -r1.110
*** wsdl20-adjuncts.xml 13 Oct 2005 15:16:29 -0000 1.109
--- wsdl20-adjuncts.xml 13 Oct 2005 16:25:24 -0000 1.110
***************
*** 2673,2678 ****
<fault ref="<emph>xs:QName</emph>"
! <b>whttp:code</b>="<emph>union of xs:int, xs:token</emph>"?
! <b>whttp:reasonPhrase</b>="xs:string"? >
<documentation />*
<<b>whttp:header</b> element="<emph>xs:QName</emph>" >
--- 2673,2677 ----
<fault ref="<emph>xs:QName</emph>"
! <b>whttp:code</b>="<emph>union of xs:int, xs:token</emph>"? >
<documentation />*
<<b>whttp:header</b> element="<emph>xs:QName</emph>" >
***************
*** 3599,3603 ****
<div2 id="http-fault-decl">
! <head>Specifying HTTP Error Code and Reason for Faults</head>
<div3 id="http-fault-decl-description">
--- 3598,3602 ----
<div2 id="http-fault-decl">
! <head>Specifying HTTP Error Code for Faults</head>
<div3 id="http-fault-decl-description">
***************
*** 3605,3610 ****
<p>For every <comp>Interface Fault</comp> component contained in an
! <comp>Interface</comp> component, an HTTP error code and error reason MAY
! be defined. They represents the error code and reason phrase
that will be used by the service in case the fault needs to
be returned.</p>
--- 3604,3609 ----
<p>For every <comp>Interface Fault</comp> component contained in an
! <comp>Interface</comp> component, an HTTP error code MAY
! be defined. It represents the error code
that will be used by the service in case the fault needs to
be returned.</p>
***************
*** 3630,3641 ****
service will use in case the fault is returned. If empty,
no claim is made by the service.</p></item>
- <item><p><propdef comp="Binding Fault">http error reason phrase</propdef>, OPTIONAL. A
- <emph>xs:string</emph> representing an error <code>Reason-Phrase</code>
- as defined by <bibref ref="RFC2616"/>, to the
- <comp>Binding Fault</comp> component. The value of this property identifies the
- <code>Reason-Phrase</code> that the service will use in case the fault
- is returned. If not present, no claim is made by the
- service.</p>
- </item>
</ulist>
</div3>
--- 3629,3632 ----
***************
*** 3647,3652 ****
<binding >
<fault ref="xs:QName"
! <b>whttp:code</b>="union of xs:int, xs:token"?
! <b>whttp:reasonPhrase</b>="xs:string"? />
</fault>*
</binding>
--- 3638,3642 ----
<binding >
<fault ref="xs:QName"
! <b>whttp:code</b>="union of xs:int, xs:token"? >
</fault>*
</binding>
***************
*** 3670,3683 ****
</ulist>
</item>
- <item><p>a <att>reasonPhrase</att> OPTIONAL &AII;</p>
- <ulist>
- <item><p>A [local name] of <att>reasonPhrase</att></p></item>
-
- <item> <p>A [namespace name] of
- <attval>&wsdl-http-ns;</attval>
- </p></item>
- <item><p>A type of <emph>xs:string</emph></p></item>
- </ulist>
- </item>
</ulist>
</div3>
--- 3660,3663 ----
***************
*** 3702,3710 ****
is not <attval>#any</attval>; otherwise empty.</td>
</tr>
- <tr>
- <td rowspan="1" colspan="1"><prop comp="Binding Fault">http error reason phrase</prop></td>
- <td rowspan="1" colspan="1">The actual value of the <att>whttp:reasonPhrase</att>
- &AII;, if present.</td>
- </tr>
</tbody>
</table>
--- 3682,3685 ----
***************
*** 4759,4762 ****
--- 4734,4745 ----
<td>20051013</td>
<td>HH</td>
+ <td><loc
+ href="http://www.w3.org/2002/ws/desc/5/lc-issues/issues.html#LC334">LC334</loc>:
+ removed HTTP error reason phrase
+ </td>
+ </tr>
+ <tr>
+ <td>20051013</td>
+ <td>HH</td>
<td>Fixed mark-up for declaring {soap modules}, {soap headers} and {http headers}</td>
</tr>
Received on Thursday, 13 October 2005 16:26:19 UTC