2002/ws/desc/test-suite/documents/good/MessageTest-3G HTTPservice.wsdl,1.6,1.7

Update of /sources/public/2002/ws/desc/test-suite/documents/good/MessageTest-3G
In directory hutz:/tmp/cvs-serv16513/test-suite/documents/good/MessageTest-3G

Modified Files:
	HTTPservice.wsdl 
Log Message:
Changed transferCoding="compress" to transferCoding="gzip" in MessageTest-1G, -3G and -4G.  Updated baselines for those tests too.
Reran WSDL-XSLD and regenerated results.

Index: HTTPservice.wsdl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/MessageTest-3G/HTTPservice.wsdl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C 2 -d -r1.6 -r1.7
*** HTTPservice.wsdl	12 Nov 2006 00:52:35 -0000	1.6
--- HTTPservice.wsdl	13 Dec 2006 19:15:38 -0000	1.7
***************
*** 110,114 ****
    
    <binding name="CodedEchoHTTPBinding" interface="tns:Echo" type="http://www.w3.org/2006/01/wsdl/http"
!     whttp:transferCodingDefault="compress">
      <documentation>
        This binding tests the engagement of transfer codings.
--- 110,114 ----
    
    <binding name="CodedEchoHTTPBinding" interface="tns:Echo" type="http://www.w3.org/2006/01/wsdl/http"
!     whttp:transferCodingDefault="gzip">
      <documentation>
        This binding tests the engagement of transfer codings.
***************
*** 125,130 ****
      </operation>
      <operation ref="tns:EchoNameExpectFault" whttp:transferCodingDefault="">
!       <input whttp:transferCodingDefault="compress"/>
!       <output whttp:transferCodingDefault="compress"/>
        <outfault ref="tns:EchoNameFault" />
      </operation>
--- 125,130 ----
      </operation>
      <operation ref="tns:EchoNameExpectFault" whttp:transferCodingDefault="">
!       <input whttp:transferCodingDefault="gzip"/>
!       <output whttp:transferCodingDefault="gzip"/>
        <outfault ref="tns:EchoNameFault" />
      </operation>

Received on Wednesday, 13 December 2006 19:15:59 UTC