2002/ws/desc/test-suite/documents/good/MessageTest-4G SOAPservice.wsdl,1.2,1.3

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

Modified Files:
	SOAPservice.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: SOAPservice.wsdl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/MessageTest-4G/SOAPservice.wsdl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C 2 -d -r1.2 -r1.3
*** SOAPservice.wsdl	17 Nov 2006 17:52:04 -0000	1.2
--- SOAPservice.wsdl	13 Dec 2006 19:15:39 -0000	1.3
***************
*** 101,105 ****
  		wsoap:version="1.2"
  		wsoap:protocol="http://www.w3.org/2003/05/soap/bindings/HTTP/"
! 		whttp:cookies="true" whttp:transferCodingDefault="compress">
  		<documentation>
  			This SOAP 1.2/HTTP binding binds the ComplexEcho service
--- 101,105 ----
  		wsoap:version="1.2"
  		wsoap:protocol="http://www.w3.org/2003/05/soap/bindings/HTTP/"
! 		whttp:cookies="true" whttp:transferCodingDefault="gzip">
  		<documentation>
  			This SOAP 1.2/HTTP binding binds the ComplexEcho service
***************
*** 112,117 ****
  			wsoap:action="http://example.org/message-test/action/EchoString2"
  			whttp:transferCodingDefault="">
! 			<input whttp:transferCoding="compress" />
! 			<output whttp:transferCoding="compress" />
  		</operation>
  	</binding>
--- 112,117 ----
  			wsoap:action="http://example.org/message-test/action/EchoString2"
  			whttp:transferCodingDefault="">
! 			<input whttp:transferCoding="gzip" />
! 			<output whttp:transferCoding="gzip" />
  		</operation>
  	</binding>

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