- From: Hugo Haas <hugo@dev.w3.org>
- Date: Tue, 27 Jul 2004 09:18:13 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory homer:/tmp/cvs-serv32449
Modified Files:
wsdl20-bindings.xml
Log Message:
Removed section B.2 XML Schema Changes as per discussion with Sanjiva
Index: wsdl20-bindings.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-bindings.xml,v
retrieving revision 1.97
retrieving revision 1.98
diff -C2 -d -r1.97 -r1.98
*** wsdl20-bindings.xml 27 Jul 2004 08:44:17 -0000 1.97
--- wsdl20-bindings.xml 27 Jul 2004 09:18:11 -0000 1.98
***************
*** 275,278 ****
--- 275,280 ----
<binding name="<emph>xs:NCName</emph>" interface="<emph>xs:QName</emph>"?
type="<emph>&wsdl-soap12-ns;</emph>"
+ whttp:version="<emph>xs:string</emph>"??
+ whttp:defaultTransferCoding="<emph>xs:string</emph>"?? >
<b>wsoap:protocol</b>="<emph>xs:anyURI</emph>"
<b>wsoap:mepDefault</b>="<emph>xs:anyURI</emph>"? >
***************
*** 291,294 ****
--- 293,297 ----
<operation ref="<emph>xs:QName</emph>"
+ whttp:defaultTransferCoding="<emph>xs:string</emph>"?? >
<b>wsoap:mep</b>="<emph>xs:anyURI</emph>"?
<b>wsoap:action</b>="<emph>xs:anyURI</emph>"? >
***************
*** 297,301 ****
<<b>wsoap:module</b> ... />*
! <input messageLabel="<emph>xs:NCName</emph>"? >
<documentation />?
<<b>wsoap:module</b> ... />*
--- 300,305 ----
<<b>wsoap:module</b> ... />*
! <input messageLabel="<emph>xs:NCName</emph>"?
! whttp:transferCoding="<emph>xs:string</emph>?? >
<documentation />?
<<b>wsoap:module</b> ... />*
***************
*** 304,308 ****
</input>*
! <output messageLabel="<emph>xs:NCName</emph>"? >
<documentation />?
<<b>wsoap:module</b> ... />*
--- 308,313 ----
</input>*
! <output messageLabel="<emph>xs:NCName</emph>"?
! whttp:transferCoding="<emph>xs:string</emph>?? >
<documentation />?
<<b>wsoap:module</b> ... />*
***************
*** 321,325 ****
<service>
! <endpoint name="<emph>xs:NCName</emph>" binding="<emph>xs:QName</emph>" address="<emph>xs:anyURI</emph>"? >
<documentation />?
<feature ... />*
--- 326,332 ----
<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 />?
<feature ... />*
***************
*** 331,334 ****
--- 338,349 ----
</definitions>
</eg>
+
+ <note><p>The double question marks ("<code>??</code>") after the
+ attributes in the <att>whttp</att> namespace indicates that those
+ optional attributes only make sense if the when the SOAP binding uses
+ HTTP as the underlying protocol, i.e. when the value of the
+ <att>wsoap:protocol</att> attribute is
+ <attval>&soap12-http-uri;</attval>.</p></note>
+
</div2>
***************
*** 2810,2814 ****
<td>20040727</td>
<td>HH</td>
! <td>Renamed http prefix whttp.</td>
</tr>
<tr>
--- 2825,2834 ----
<td>20040727</td>
<td>HH</td>
! <td>Clarified interaction between SOAP binding and HTTP binding properties</td>
! </tr>
! <tr>
! <td>20040727</td>
! <td>HH</td>
! <td>Renamed http prefix whttp</td>
</tr>
<tr>
***************
*** 3380,3417 ****
</table>
</div2>
- <div2 id="xml-schema-changes">
- <head>XML Schema Changes</head>
- <p>
- The encoding schema has been updated to be compliant with the
- XML Schema Recommendations (<bibref ref="XMLSchemaP1"/> and
- <bibref ref="XMLSchemaP2"/>). The table below shows the
- categories of change.
- </p>
- <table id="xml-schema-changes-table" border="1">
- <tbody>
- <tr>
- <th rowspan="1" colspan="1">Class</th>
- <th rowspan="1" colspan="1">Meaning</th>
- </tr>
- <tr>
- <td rowspan="1" colspan="1">@@@</td>
- <td rowspan="1" colspan="1">@@@</td>
- </tr>
- </tbody>
- </table>
- <p>The table below lists the changes to the encoding schema.</p>
- <table id="xml-encoding-schema-changes-table" border="1">
- <tbody>
- <tr>
- <th rowspan="1" colspan="1">Class</th>
- <th rowspan="1" colspan="1">Description</th>
- </tr>
- <tr>
- <td rowspan="1" colspan="1">@@@</td>
- <td rowspan="1" colspan="1">@@@</td>
- </tr>
- </tbody>
- </table>
- </div2>
</inform-div1>
</back>
--- 3400,3403 ----
Received on Tuesday, 27 July 2004 05:19:01 UTC