- From: Jonathan Marsh via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 09 Feb 2007 02:34:59 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/interchange In directory hutz:/tmp/cvs-serv25376/test-suite/interchange Modified Files: wsdlcm-soap.xsd wsdlcm-http.xsd Log Message: Per CR 143: - change transferCoding to contentEncoding in the interchange format schemas - similarly change the testcases (MessageTest-1G, 3G, 4G) - similarly change the message-level assertion stylesheets - update wsdl-xslt accordingly - change MessageTest-1G so that it doesn't rely on gzip encoding support (EchoString operation now has contentEncoding="". regenerated all results. Index: wsdlcm-soap.xsd =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/interchange/wsdlcm-soap.xsd,v retrieving revision 1.10 retrieving revision 1.11 diff -C 2 -d -r1.10 -r1.11 *** wsdlcm-soap.xsd 25 Jan 2007 05:23:12 -0000 1.10 --- wsdlcm-soap.xsd 9 Feb 2007 02:34:56 -0000 1.11 *************** *** 26,34 **** Binding Fault components, as defined in 6.5 Declaring HTTP Headers ! {http transfer coding default} on Binding and Binding Operation components, ! {http transfer coding} on Binding Message Reference and ! Binding Fault components, as defined in 6.8 Specifying the Transfer Coding {http cookies} on Binding components, as defined in 6.9 Specifying the Use of HTTP Cookies --- 26,34 ---- Binding Fault components, as defined in 6.5 Declaring HTTP Headers ! {http content encoding default} on Binding and Binding Operation components, ! {http content encoding} on Binding Message Reference and ! Binding Fault components, as defined in 6.8 Specifying the Content Encoding {http cookies} on Binding components, as defined in 6.9 Specifying the Use of HTTP Cookies *************** *** 62,66 **** <xs:sequence> <xs:element ref="cmhttp:httpCookies" minOccurs="0" /> ! <xs:element ref="cmhttp:httpTransferCodingDefault" minOccurs="0" /> <xs:element ref="cmhttp:httpQueryParameterSeparatorDefault" minOccurs="0"/> --- 62,66 ---- <xs:sequence> <xs:element ref="cmhttp:httpCookies" minOccurs="0" /> ! <xs:element ref="cmhttp:httpContentEncodingDefault" minOccurs="0" /> <xs:element ref="cmhttp:httpQueryParameterSeparatorDefault" minOccurs="0"/> *************** *** 78,82 **** <xs:sequence> <xs:element ref="cmhttp:httpHeaders" minOccurs="0" /> ! <xs:element ref="cmhttp:httpTransferCoding" minOccurs="0" /> <xs:element ref="soapFaultCode" /> <xs:element ref="soapFaultSubcodes" /> --- 78,82 ---- <xs:sequence> <xs:element ref="cmhttp:httpHeaders" minOccurs="0" /> ! <xs:element ref="cmhttp:httpContentEncoding" minOccurs="0" /> <xs:element ref="soapFaultCode" /> <xs:element ref="soapFaultSubcodes" /> *************** *** 92,96 **** <xs:sequence> <xs:element ref="cmhttp:httpLocation" minOccurs="0" /> ! <xs:element ref="cmhttp:httpTransferCodingDefault" minOccurs="0" /> <xs:element ref="cmhttp:httpQueryParameterSeparator" minOccurs="0"/> --- 92,96 ---- <xs:sequence> <xs:element ref="cmhttp:httpLocation" minOccurs="0" /> ! <xs:element ref="cmhttp:httpContentEncodingDefault" minOccurs="0" /> <xs:element ref="cmhttp:httpQueryParameterSeparator" minOccurs="0"/> *************** *** 119,123 **** <xs:sequence> <xs:element ref="cmhttp:httpHeaders" minOccurs="0" /> ! <xs:element ref="cmhttp:httpTransferCoding" minOccurs="0" /> <xs:element ref="soapHeaders" minOccurs="0" /> <xs:element ref="soapModules" minOccurs="0" /> --- 119,123 ---- <xs:sequence> <xs:element ref="cmhttp:httpHeaders" minOccurs="0" /> ! <xs:element ref="cmhttp:httpContentEncoding" minOccurs="0" /> <xs:element ref="soapHeaders" minOccurs="0" /> <xs:element ref="soapModules" minOccurs="0" /> Index: wsdlcm-http.xsd =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/interchange/wsdlcm-http.xsd,v retrieving revision 1.5 retrieving revision 1.6 diff -C 2 -d -r1.5 -r1.6 *** wsdlcm-http.xsd 17 Nov 2006 16:20:48 -0000 1.5 --- wsdlcm-http.xsd 9 Feb 2007 02:34:56 -0000 1.6 *************** *** 36,40 **** <xs:element ref="httpMethodDefault" minOccurs="0" /> <xs:element ref="httpQueryParameterSeparatorDefault" /> ! <xs:element ref="httpTransferCodingDefault" minOccurs="0" /> </xs:sequence> </xs:complexType> --- 36,40 ---- <xs:element ref="httpMethodDefault" minOccurs="0" /> <xs:element ref="httpQueryParameterSeparatorDefault" /> ! <xs:element ref="httpContentEncodingDefault" minOccurs="0" /> </xs:sequence> </xs:complexType> *************** *** 47,51 **** <xs:element ref="httpErrorStatusCode" /> <xs:element ref="httpHeaders" minOccurs="0" /> ! <xs:element ref="httpTransferCoding" minOccurs="0" /> </xs:sequence> </xs:complexType> --- 47,51 ---- <xs:element ref="httpErrorStatusCode" /> <xs:element ref="httpHeaders" minOccurs="0" /> ! <xs:element ref="httpContentEncoding" minOccurs="0" /> </xs:sequence> </xs:complexType> *************** *** 63,67 **** <xs:element ref="httpOutputSerialization" /> <xs:element ref="httpQueryParameterSeparator" minOccurs="0" /> ! <xs:element ref="httpTransferCodingDefault" minOccurs="0" /> </xs:sequence> </xs:complexType> --- 63,67 ---- <xs:element ref="httpOutputSerialization" /> <xs:element ref="httpQueryParameterSeparator" minOccurs="0" /> ! <xs:element ref="httpContentEncodingDefault" minOccurs="0" /> </xs:sequence> </xs:complexType> *************** *** 73,77 **** <xs:sequence> <xs:element ref="httpHeaders" minOccurs="0" /> ! <xs:element ref="httpTransferCoding" minOccurs="0" /> </xs:sequence> </xs:complexType> --- 73,77 ---- <xs:sequence> <xs:element ref="httpHeaders" minOccurs="0" /> ! <xs:element ref="httpContentEncoding" minOccurs="0" /> </xs:sequence> </xs:complexType> *************** *** 118,124 **** type="xs:string" /> ! <xs:element name="httpTransferCoding" type="xs:string" /> ! <xs:element name="httpTransferCodingDefault" type="xs:string" /> <xs:simpleType name="HttpAuthenticationSchemeType"> --- 118,124 ---- type="xs:string" /> ! <xs:element name="httpContentEncoding" type="xs:string" /> ! <xs:element name="httpContentEncodingDefault" type="xs:string" /> <xs:simpleType name="HttpAuthenticationSchemeType">
Received on Friday, 9 February 2007 02:35:05 UTC