2002/ws/desc/wsdl20 wsdl20-adjuncts.xml,1.207,1.208

Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv15879

Modified Files:
	wsdl20-adjuncts.xml 
Log Message:
CR113: SOAP Response query string issue.
Updated pseudo-syntax accordingly.

Index: wsdl20-adjuncts.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-adjuncts.xml,v
retrieving revision 1.207
retrieving revision 1.208
diff -C 2 -d -r1.207 -r1.208
*** wsdl20-adjuncts.xml	9 Feb 2007 14:28:40 -0000	1.207
--- wsdl20-adjuncts.xml	9 Feb 2007 15:50:56 -0000	1.208
***************
*** 1371,1374 ****
--- 1371,1379 ----
  	<item><p><prop comp="Binding Message Reference">http headers</prop> on <comp>Binding Message Reference</comp> and <comp>Binding Fault</comp> components, as defined in <specref
  	ref="http-headers-decl"/></p></item>
+ 	<item><p><prop comp="Binding">http query parameter
+ 	separator default</prop> on <comp>Binding</comp> components,
+ 	<prop comp="Binding Operation">http query parameter
+ 	separator</prop> on <comp>Binding Operation</comp> components,
+ 	as defined in <specref ref="http-operation-decl-relate"/></p></item>
  	<item><p><prop comp="Binding">http transfer
  	coding default</prop> on <comp>Binding</comp> and <comp>Binding Operation</comp> components, <prop comp="Binding Message Reference">http transfer
***************
*** 1385,1389 ****
  
        <div2 id="soap-syntax">
!         <head>XML Syntax Summary (Non-Normative)</head>
  
          <eg xml:space="preserve">
--- 1390,1394 ----
  
        <div2 id="soap-syntax">
!         <head>SOAP Syntax Summary (Non-Normative)</head>
  
          <eg xml:space="preserve">
***************
*** 1391,1394 ****
--- 1396,1400 ----
    &lt;binding name="<emph>xs:NCName</emph>" interface="<emph>xs:QName</emph>"?
             type="<emph>&wsdl-soap-ns;</emph>"
+            whttp:queryParameterSeparatorDefault="<emph>xs:string</emph>"?
             whttp:transferCodingDefault="<emph>xs:string</emph>"??
             whttp:cookies="<emph>xs:boolean</emph>"?
***************
*** 1421,1424 ****
--- 1427,1431 ----
                 whttp:location="<emph>xs:anyURI</emph>"??
                 whttp:transferCodingDefault="<emph>xs:string</emph>"?? &gt;
+                whttp:queryParameterSeparator="<emph>xs:string</emph>"?
                 <b>wsoap:mep</b>="<emph>xs:anyURI</emph>"?
                 <b>wsoap:action</b>="<emph>xs:anyURI</emph>"? &gt;
***************
*** 2894,2898 ****
             type="<emph>&wsdl-http-ns;</emph>"
             <b>whttp:methodDefault</b>="<emph>xs:string</emph>"?
! 	   <b>whttp:queryParameterSeparatorDefault</b>="<emph>xs:string</emph>"?
             <b>whttp:cookies</b>="<emph>xs:boolean</emph>"?
             <b>whttp:transferCodingDefault</b>="<emph>xs:string</emph>"? &gt;
--- 2901,2905 ----
             type="<emph>&wsdl-http-ns;</emph>"
             <b>whttp:methodDefault</b>="<emph>xs:string</emph>"?
!            <b>whttp:queryParameterSeparatorDefault</b>="<emph>xs:string</emph>"?
             <b>whttp:cookies</b>="<emph>xs:boolean</emph>"?
             <b>whttp:transferCodingDefault</b>="<emph>xs:string</emph>"? &gt;
***************
*** 2915,2918 ****
--- 2922,2926 ----
                 <b>whttp:outputSerialization</b>="<emph>xs:string</emph>"? 
                 <b>whttp:faultSerialization</b>="<emph>xs:string</emph>"? 
+                <b>whttp:queryParameterSeparator</b>="<emph>xs:string</emph>"?
                 <b>whttp:transferCodingDefault</b>="<emph>xs:string</emph>"? &gt;
            &lt;documentation /&gt;*
***************
*** 5429,5432 ****
--- 5437,5449 ----
  	    	<td>JJM</td>
  	      <td><loc
+ 	      href="http://www.w3.org/2002/ws/desc/5/cr-issues/issues.html#CR113">CR113</loc>:
+ 	      SOAP Response query string issue. Updated pseudo-syntax accordingly.
+ 	      </td>
+ 	    </tr>
+ 
+ 	    <tr>
+ 	    	<td>20070208</td>
+ 	    	<td>JJM</td>
+ 	      <td><loc
  	      href="http://www.w3.org/2002/ws/desc/5/cr-issues/issues.html#CR111">CR111</loc>:
  	      Mapping WSDL meps to the HTTP binding 

Received on Friday, 9 February 2007 15:51:03 UTC