2002/ws/desc/wsdl20 wsdl20-soap11-binding.xml,1.25,1.26

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

Modified Files:
	wsdl20-soap11-binding.xml 
Log Message:
Implemented CR008 and CR009

Index: wsdl20-soap11-binding.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-soap11-binding.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** wsdl20-soap11-binding.xml	18 Nov 2005 16:30:06 -0000	1.25
--- wsdl20-soap11-binding.xml	27 Feb 2006 13:25:32 -0000	1.26
***************
*** 209,213 ****
  					does NOT have a 
            <prop comp="Binding Operation">soap action</prop> property defined,
!           then the <emph>quoted string</emph> value is used for the SOAP 1.1
            SOAPAction HTTP Header Field (see <bibref ref="SOAP11"/>).</p>
  			</div2>
--- 209,213 ----
  					does NOT have a 
            <prop comp="Binding Operation">soap action</prop> property defined,
!           then the <emph>quoted empty string value ("")</emph> value is used for the SOAP 1.1
            SOAPAction HTTP Header Field (see <bibref ref="SOAP11"/>).</p>
  			</div2>
***************
*** 221,225 ****
  				<eg xml:space="preserve">
  &lt;?xml version="1.0"?&gt;
! &lt;wsdl:definitions name="StockQuote" xmlns:wsdl="&wsdl-ns;"
    targetNamespace="http://example.com/stockquote"
    xmlns:tns="http://example.com/stockquote" 
--- 221,225 ----
  				<eg xml:space="preserve">
  &lt;?xml version="1.0"?&gt;
! &lt;wsdl:description name="StockQuote" xmlns:wsdl="&wsdl-ns;"
    targetNamespace="http://example.com/stockquote"
    xmlns:tns="http://example.com/stockquote" 
***************
*** 268,272 ****
    &lt;/wsdl:service&gt;
    
! &lt;/wsdl:definitions&gt;
          </eg>
  			</div2>
--- 268,272 ----
    &lt;/wsdl:service&gt;
    
! &lt;/wsdl:description&gt;
          </eg>
  			</div2>
***************
*** 414,417 ****
--- 414,422 ----
            </tr>
            -->
+ 		 <tr>
+ 			<td>20060227</td>
+ 			<td>AV</td>
+ 			<td>Implemented CR008 and CR009</td>
+ 		 </tr>
              <tr>
  	      <td>20051117</td>

Received on Monday, 27 February 2006 13:25:45 UTC