- 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-4G
In directory hutz:/tmp/cvs-serv25376/test-suite/documents/good/MessageTest-4G
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-4G/SOAPservice.wsdl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C 2 -d -r1.4 -r1.5
*** SOAPservice.wsdl 16 Jan 2007 12:53:59 -0000 1.4
--- SOAPservice.wsdl 9 Feb 2007 02:34:57 -0000 1.5
***************
*** 101,117 ****
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 following facilities of the SOAP
! binding: - {http location} - {http headers} - {http transfer
! coding default} - {http transfer coding} - {http cookies} -
{http authentication scheme} - {http authentication realm}
</documentation>
<operation ref="tns:EchoString2"
wsoap:action="http://example.org/message-test/action/EchoString2"
! whttp:transferCodingDefault="">
! <input whttp:transferCoding="gzip" />
! <output whttp:transferCoding="gzip" />
</operation>
</binding>
--- 101,117 ----
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 following facilities of the SOAP
! binding: - {http location} - {http headers} - {http content
! encoding default} - {http content encoding} - {http cookies} -
{http authentication scheme} - {http authentication realm}
</documentation>
<operation ref="tns:EchoString2"
wsoap:action="http://example.org/message-test/action/EchoString2"
! whttp:contentEncodingDefault="">
! <input whttp:contentEncoding="gzip" />
! <output whttp:contentEncoding="gzip" />
</operation>
</binding>
Received on Friday, 9 February 2007 02:35:23 UTC