- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 27 Oct 2005 14:31:09 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory homer:/tmp/cvs-serv26367
Modified Files:
wsdl20-adjuncts.xml
Log Message:
LC326
Index: wsdl20-adjuncts.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-adjuncts.xml,v
retrieving revision 1.115
retrieving revision 1.116
diff -C2 -d -r1.115 -r1.116
*** wsdl20-adjuncts.xml 27 Oct 2005 14:06:53 -0000 1.115
--- wsdl20-adjuncts.xml 27 Oct 2005 14:31:07 -0000 1.116
***************
*** 1374,1378 ****
<service>
<endpoint name="<emph>xs:NCName</emph>" binding="<emph>xs:QName</emph>" address="<emph>xs:anyURI</emph>"?
! whttp:authenticationType="<emph>xs:string</emph>"??
whttp:authenticationRealm="<emph>xs:string</emph>"?? >
<documentation />*
--- 1374,1378 ----
<service>
<endpoint name="<emph>xs:NCName</emph>" binding="<emph>xs:QName</emph>" address="<emph>xs:anyURI</emph>"?
! whttp:authenticationType="<emph>xs:token</emph>"??
whttp:authenticationRealm="<emph>xs:string</emph>"?? >
<documentation />*
***************
*** 2738,2742 ****
<service>
<endpoint name="<emph>xs:NCName</emph>" binding="<emph>xs:QName</emph>" address="<emph>xs:anyURI</emph>"?
! <b>whttp:authenticationType</b>="<emph>xs:string</emph>"?
<b>whttp:authenticationRealm</b>="<emph>xs:string</emph>"? >
<documentation />*
--- 2738,2742 ----
<service>
<endpoint name="<emph>xs:NCName</emph>" binding="<emph>xs:QName</emph>" address="<emph>xs:anyURI</emph>"?
! <b>whttp:authenticationType</b>="<emph>xs:token</emph>"?
<b>whttp:authenticationRealm</b>="<emph>xs:string</emph>"? >
<documentation />*
***************
*** 4357,4361 ****
<item>
<p><propdef comp="Endpoint">http authentication scheme</propdef> REQUIRED.
! <emph>xs:string</emph> 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>
--- 4357,4361 ----
<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>
***************
*** 4384,4388 ****
<service>
<endpoint name="<emph>xs:NCName</emph>" binding="<emph>xs:QName</emph>" address="<emph>xs:anyURI</emph>"? >
! <b>whttp:authenticationType</b>="<emph>xs:string</emph>"?
<b>whttp:authenticationRealm</b>="<emph>xs:string</emph>"? />
</endpoint>
--- 4384,4388 ----
<service>
<endpoint name="<emph>xs:NCName</emph>" binding="<emph>xs:QName</emph>" address="<emph>xs:anyURI</emph>"? >
! <b>whttp:authenticationType</b>="<emph>xs:token</emph>"?
<b>whttp:authenticationRealm</b>="<emph>xs:string</emph>"? />
</endpoint>
***************
*** 4408,4412 ****
</item>
<item>
! <p>A type of <emph>xs:string</emph></p>
</item>
</ulist>
--- 4408,4413 ----
</item>
<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>
***************
*** 4749,4752 ****
--- 4750,4761 ----
<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}
+ </td>
+ </tr>
+ <tr>
+ <td>20051027</td>
+ <td>HH</td>
+ <td><loc
href="http://www.w3.org/2002/ws/desc/5/lc-issues/issues.html#LC315">LC315</loc>:
fixed HTTP header serialization and IRI identification.
Received on Thursday, 27 October 2005 14:31:17 UTC