- From: Arthur Ryman via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 06 Jul 2006 19:06:38 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/interchange
In directory hutz:/tmp/cvs-serv17611/test-suite/interchange
Modified Files:
wsdlcm-soap.xsd
Log Message:
made {http cookies} optional within the SOAP binding extension
Index: wsdlcm-soap.xsd
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/interchange/wsdlcm-soap.xsd,v
retrieving revision 1.6
retrieving revision 1.7
diff -C 2 -d -r1.6 -r1.7
*** wsdlcm-soap.xsd 18 Jun 2006 21:59:27 -0000 1.6
--- wsdlcm-soap.xsd 6 Jul 2006 19:06:35 -0000 1.7
***************
*** 37,40 ****
--- 37,42 ----
{http authentication realm} on Endpoint components, as defined in 6.10 Specifying HTTP Access Authentication
+ 2006-07-06: Arthur Ryman (ryman@ca.ibm.com)
+ - made {http cookies} optional within the SOAP binding extension
***************
*** 59,63 ****
<xs:complexType name="SoapBindingExtension">
<xs:sequence>
! <xs:element ref="cmhttp:httpCookies" />
<xs:element ref="cmhttp:httpTransferCodingDefault"
minOccurs="0" />
--- 61,65 ----
<xs:complexType name="SoapBindingExtension">
<xs:sequence>
! <xs:element ref="cmhttp:httpCookies" minOccurs="0" />
<xs:element ref="cmhttp:httpTransferCodingDefault"
minOccurs="0" />
Received on Thursday, 6 July 2006 19:06:42 UTC