- 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/documents/good/MessageTest-1G
In directory hutz:/tmp/cvs-serv25376/test-suite/documents/good/MessageTest-1G
Modified Files:
SOAPservice.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: SOAPservice.wsdl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/MessageTest-1G/SOAPservice.wsdl,v
retrieving revision 1.16
retrieving revision 1.17
diff -C 2 -d -r1.16 -r1.17
*** SOAPservice.wsdl 17 Jan 2007 06:02:34 -0000 1.16
--- SOAPservice.wsdl 9 Feb 2007 02:34:57 -0000 1.17
***************
*** 189,193 ****
type="http://www.w3.org/2006/01/wsdl/soap" 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 while exercising the
--- 189,193 ----
type="http://www.w3.org/2006/01/wsdl/soap" wsoap:version="1.2"
wsoap:protocol="http://www.w3.org/2003/05/soap/bindings/HTTP/"
! whttp:cookies="true" whttp:contentEncodingDefault="gzip">
<documentation>
This SOAP 1.2/HTTP binding binds the ComplexEcho service while exercising the
***************
*** 195,200 ****
- {http location}
- {http headers}
! - {http transfer coding default}
! - {http transfer coding}
- {http cookies}
- {http authentication scheme}
--- 195,200 ----
- {http location}
- {http headers}
! - {http content encoding default}
! - {http content encoding}
- {http cookies}
- {http authentication scheme}
***************
*** 207,214 ****
<operation ref="tns:EchoString"
wsoap:action="http://example.org/message-test/action/EchoString">
! <input>
<whttp:header name="X-WSDL-testsuite-input" type="xs:string"/>
</input>
! <output>
<whttp:header name="X-WSDL-testsuite-output" type="xs:string"/>
</output>
--- 207,214 ----
<operation ref="tns:EchoString"
wsoap:action="http://example.org/message-test/action/EchoString">
! <input whttp:contentEncoding="">
<whttp:header name="X-WSDL-testsuite-input" type="xs:string"/>
</input>
! <output whttp:contentEncoding="">
<whttp:header name="X-WSDL-testsuite-output" type="xs:string"/>
</output>
***************
*** 216,220 ****
<operation ref="tns:EchoStringFault"
wsoap:action="http://example.org/message-test/action/EchoStringFault"
! whttp:transferCodingDefault="">
<input/>
<output/>
--- 216,220 ----
<operation ref="tns:EchoStringFault"
wsoap:action="http://example.org/message-test/action/EchoStringFault"
! whttp:contentEncodingDefault="">
<input/>
<output/>
***************
*** 224,229 ****
wsoap:action="http://example.org/message-test/action/EchoInt"
whttp:location="?op=EchoInt;int={int};">
! <input whttp:transferCoding=""/>
! <output whttp:transferCoding=""/>
<outfault ref="tns:MessageTestSimpleFault"/>
<outfault ref="tns:MessageTestFault"/>
--- 224,229 ----
wsoap:action="http://example.org/message-test/action/EchoInt"
whttp:location="?op=EchoInt;int={int};">
! <input whttp:contentEncoding=""/>
! <output whttp:contentEncoding=""/>
<outfault ref="tns:MessageTestSimpleFault"/>
<outfault ref="tns:MessageTestFault"/>
***************
*** 231,235 ****
<operation ref="tns:EchoIntSimpleFault"
wsoap:action="http://example.org/message-test/action/EchoIntSimpleFault"
! whttp:transferCodingDefault="" whttp:location="?op=EchoIntSimpleFault">
<input/>
<output/>
--- 231,235 ----
<operation ref="tns:EchoIntSimpleFault"
wsoap:action="http://example.org/message-test/action/EchoIntSimpleFault"
! whttp:contentEncodingDefault="" whttp:location="?op=EchoIntSimpleFault">
<input/>
<output/>
***************
*** 239,243 ****
<operation ref="tns:EchoIntFault"
wsoap:action="http://example.org/message-test/action/EchoIntFault"
! whttp:transferCodingDefault="" whttp:location="?op=EchoIntFault">
<input/>
<output/>
--- 239,243 ----
<operation ref="tns:EchoIntFault"
wsoap:action="http://example.org/message-test/action/EchoIntFault"
! whttp:contentEncodingDefault="" whttp:location="?op=EchoIntFault">
<input/>
<output/>
***************
*** 247,256 ****
<operation ref="tns:Send"
wsoap:action="http://example.org/message-test/action/Send"
! whttp:transferCodingDefault="" whttp:location="?op=Send">
<input/>
</operation>
<operation ref="tns:GuaranteedFault"
wsoap:action="http://example.org/message-test/action/GuaranteedFault"
! whttp:transferCodingDefault="" whttp:location="?op=GuaranteedFault">
<input/>
<outfault ref="tns:MessageTestSimpleFault"/>
--- 247,256 ----
<operation ref="tns:Send"
wsoap:action="http://example.org/message-test/action/Send"
! whttp:contentEncodingDefault="" whttp:location="?op=Send">
<input/>
</operation>
<operation ref="tns:GuaranteedFault"
wsoap:action="http://example.org/message-test/action/GuaranteedFault"
! whttp:contentEncodingDefault="" whttp:location="?op=GuaranteedFault">
<input/>
<outfault ref="tns:MessageTestSimpleFault"/>
Received on Friday, 9 February 2007 02:35:09 UTC