- From: Jonathan Marsh via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 09 Feb 2007 02:34:58 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/documents/good/MessageTest-3G
In directory hutz:/tmp/cvs-serv25376/test-suite/documents/good/MessageTest-3G
Modified Files:
HTTPservice.wsdl
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: HTTPservice.wsdl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/MessageTest-3G/HTTPservice.wsdl,v
retrieving revision 1.11
retrieving revision 1.12
diff -C 2 -d -r1.11 -r1.12
*** HTTPservice.wsdl 8 Feb 2007 20:19:52 -0000 1.11
--- HTTPservice.wsdl 9 Feb 2007 02:34:56 -0000 1.12
***************
*** 11,15 ****
whttp:method and whttp:methodDefault
whttp:cookies
! whttp:transferCoding and whttp:transferCodingDefault
whttp:code
whttp:header
--- 11,15 ----
whttp:method and whttp:methodDefault
whttp:cookies
! whttp:contentEncoding and whttp:contentEncodingDefault
whttp:code
whttp:header
***************
*** 109,132 ****
<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.
</documentation>
! <fault ref="tns:EchoNameFault" whttp:transferCoding=""/>
! <operation ref="tns:EchoString" whttp:transferCodingDefault="" whttp:location="EchoString">
<input />
<output />
</operation>
! <operation ref="tns:EchoName" whttp:transferCodingDefault="gzip" whttp:location="EchoName"> <!-- gzip should never be used -->
! <input whttp:transferCodingDefault=""/>
! <output whttp:transferCodingDefault=""/>
<outfault ref="tns:EchoNameFault" />
</operation>
! <operation ref="tns:EchoNameExpectFault" whttp:transferCodingDefault="" whttp:location="EchoNameExpectFault">
! <input whttp:transferCodingDefault="gzip"/>
! <output whttp:transferCodingDefault="gzip"/>
<outfault ref="tns:EchoNameFault" />
</operation>
! <operation ref="tns:Send" whttp:transferCodingDefault="" whttp:location="Send">
<input />
</operation>
--- 109,132 ----
<binding name="CodedEchoHTTPBinding" interface="tns:Echo" type="http://www.w3.org/2006/01/wsdl/http"
! whttp:contentEncodingDefault="gzip">
<documentation>
! This binding tests the engagement of content encodings.
</documentation>
! <fault ref="tns:EchoNameFault" whttp:contentEncoding=""/>
! <operation ref="tns:EchoString" whttp:contentEncodingDefault="" whttp:location="EchoString">
<input />
<output />
</operation>
! <operation ref="tns:EchoName" whttp:contentEncodingDefault="gzip" whttp:location="EchoName"> <!-- gzip should never be used -->
! <input whttp:contentEncodingDefault=""/>
! <output whttp:contentEncodingDefault=""/>
<outfault ref="tns:EchoNameFault" />
</operation>
! <operation ref="tns:EchoNameExpectFault" whttp:contentEncodingDefault="" whttp:location="EchoNameExpectFault">
! <input whttp:contentEncodingDefault="gzip"/>
! <output whttp:contentEncodingDefault="gzip"/>
<outfault ref="tns:EchoNameFault" />
</operation>
! <operation ref="tns:Send" whttp:contentEncodingDefault="" whttp:location="Send">
<input />
</operation>
Received on Friday, 9 February 2007 02:38:12 UTC