- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 27 Oct 2005 14:46:35 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory homer:/tmp/cvs-serv31931
Modified Files:
wsdl20-adjuncts.xml
Log Message:
LC327
Index: wsdl20-adjuncts.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-adjuncts.xml,v
retrieving revision 1.116
retrieving revision 1.117
diff -C2 -d -r1.116 -r1.117
*** wsdl20-adjuncts.xml 27 Oct 2005 14:31:07 -0000 1.116
--- wsdl20-adjuncts.xml 27 Oct 2005 14:46:33 -0000 1.117
***************
*** 4356,4375 ****
<ulist>
<item>
! <p><propdef comp="Endpoint">http authentication scheme</propdef> REQUIRED.
! A <emph>xs:token</emph> with one of the values <attval>none</attval>, <attval>basic</attval> or <attval>digest</attval>, to the <comp>Endpoint</comp>
component, corresponding to the HTTP authentication
! scheme used. The valid values are <attval>basic</attval> for the <attval>basic</attval>
! authentication scheme defined in <bibref
! ref="RFC2617"/>, <attval>digest</attval> for the Digest Access
Authentication scheme as defined in <bibref
! ref="RFC2617"/>, and <attval>none</attval> for no access authentication.</p>
</item>
<item>
! <p><propdef comp="Endpoint">http authentication realm</propdef> REQUIRED.
A <emph>xs:string</emph> to the
! Endpoint. It corresponds to the realm authentication
parameter defined in <bibref ref="RFC2617"/>. If the
! value of the <prop comp="Endpoint">http authentication scheme</prop> property is
! not <attval>none</attval>, it MUST not be empty.
</p>
</item>
--- 4356,4375 ----
<ulist>
<item>
! <p><propdef comp="Endpoint">http authentication scheme</propdef> OPTIONAL.
! A <emph>xs:token</emph> with one of the values <attval>basic</attval> or <attval>digest</attval>, to the <comp>Endpoint</comp>
component, corresponding to the HTTP authentication
! scheme used. When present, this property indicates the authentication scheme in use: <attval>basic</attval> indicates the Basic Access
! Authentication scheme defined in <bibref
! ref="RFC2617"/>, and <attval>digest</attval> indicates the Digest Access
Authentication scheme as defined in <bibref
! ref="RFC2617"/>.</p>
</item>
<item>
! <p><propdef comp="Endpoint">http authentication realm</propdef> OPTIONAL.
A <emph>xs:string</emph> to the
! <comp>Endpoint</comp> component. It corresponds to the realm authentication
parameter defined in <bibref ref="RFC2617"/>. If the
! <prop comp="Endpoint">http authentication scheme</prop> property is present, then
! this property MUST be present.
</p>
</item>
***************
*** 4409,4413 ****
<item>
<p>A type of <emph>xs:token</emph> where the allowed token values are
! <attval>none</attval>, <attval>basic</attval> or <attval>digest</attval>.</p>
</item>
</ulist>
--- 4409,4413 ----
<item>
<p>A type of <emph>xs:token</emph> where the allowed token values are
! <attval>basic</attval> and <attval>digest</attval>.</p>
</item>
</ulist>
***************
*** 4449,4458 ****
<td rowspan="1" colspan="1"><prop comp="Endpoint">http authentication scheme</prop></td>
<td rowspan="1" colspan="1">The actual value of the <att>whttp:authenticationType</att>
! &AII;; otherwise, <attval>none</attval>.</td>
</tr>
<tr>
<td rowspan="1" colspan="1"><prop comp="Endpoint">http authentication realm</prop></td>
<td rowspan="1" colspan="1">The actual value of the <att>whttp:authenticationRealm</att>
! &AII;; otherwise, <attval></attval> (the empty value).</td>
</tr>
</tbody>
--- 4449,4458 ----
<td rowspan="1" colspan="1"><prop comp="Endpoint">http authentication scheme</prop></td>
<td rowspan="1" colspan="1">The actual value of the <att>whttp:authenticationType</att>
! &AII;, if present.</td>
</tr>
<tr>
<td rowspan="1" colspan="1"><prop comp="Endpoint">http authentication realm</prop></td>
<td rowspan="1" colspan="1">The actual value of the <att>whttp:authenticationRealm</att>
! &AII;, if present; otherwise, if the <att>whttp:authenticationType</att> &AII; is present, <attval></attval> (the empty value).</td>
</tr>
</tbody>
***************
*** 4750,4753 ****
--- 4750,4761 ----
<td>HH</td>
<td><loc
+ href="http://www.w3.org/2002/ws/desc/5/lc-issues/issues.html#LC327">LC327</loc>:
+ made both HTTP authentication properties optional
+ </td>
+ </tr>
+ <tr>
+ <td>20051027</td>
+ <td>HH</td>
+ <td><loc
href="http://www.w3.org/2002/ws/desc/5/lc-issues/issues.html#LC326">LC326</loc>:
changed type of {http authentication scheme}
Received on Thursday, 27 October 2005 14:46:40 UTC