2002/ws/desc/wsdl20 wsdl20-bindings.xml,1.97,1.98

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 ----
    &lt;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>"?? &gt;
             <b>wsoap:protocol</b>="<emph>xs:anyURI</emph>"
             <b>wsoap:mepDefault</b>="<emph>xs:anyURI</emph>"? &gt;
***************
*** 291,294 ****
--- 293,297 ----
  
      &lt;operation ref="<emph>xs:QName</emph>" 
+                whttp:defaultTransferCoding="<emph>xs:string</emph>"?? &gt;
                 <b>wsoap:mep</b>="<emph>xs:anyURI</emph>"?
                 <b>wsoap:action</b>="<emph>xs:anyURI</emph>"? &gt;
***************
*** 297,301 ****
        &lt;<b>wsoap:module</b> ... /&gt;*
  
!       &lt;input messageLabel="<emph>xs:NCName</emph>"? &gt;
          &lt;documentation /&gt;?
          &lt;<b>wsoap:module</b> ... /&gt;*
--- 300,305 ----
        &lt;<b>wsoap:module</b> ... /&gt;*
  
!       &lt;input messageLabel="<emph>xs:NCName</emph>"?
!              whttp:transferCoding="<emph>xs:string</emph>?? &gt;
          &lt;documentation /&gt;?
          &lt;<b>wsoap:module</b> ... /&gt;*
***************
*** 304,308 ****
        &lt;/input&gt;*
  
!       &lt;output messageLabel="<emph>xs:NCName</emph>"? &gt;
          &lt;documentation /&gt;?
          &lt;<b>wsoap:module</b> ... /&gt;*
--- 308,313 ----
        &lt;/input&gt;*
  
!       &lt;output messageLabel="<emph>xs:NCName</emph>"?
!              whttp:transferCoding="<emph>xs:string</emph>?? &gt;
          &lt;documentation /&gt;?
          &lt;<b>wsoap:module</b> ... /&gt;*
***************
*** 321,325 ****
  
    &lt;service&gt;
!     &lt;endpoint name="<emph>xs:NCName</emph>" binding="<emph>xs:QName</emph>" address="<emph>xs:anyURI</emph>"? &gt;
        &lt;documentation /&gt;?
        &lt;feature ... /&gt;*
--- 326,332 ----
  
    &lt;service&gt;
!     &lt;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>"?? &gt;
        &lt;documentation /&gt;?
        &lt;feature ... /&gt;*
***************
*** 331,334 ****
--- 338,349 ----
  &lt;/definitions&gt;
  </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