- From: Arthur Ryman via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 17 Nov 2006 17:52:06 +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-serv455/test-suite/documents/good/MessageTest-4G
Modified Files:
SOAPservice.wsdl
Log Message:
updated test cases and schema and regen zip
Index: SOAPservice.wsdl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/MessageTest-4G/SOAPservice.wsdl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** SOAPservice.wsdl 17 Nov 2006 16:59:04 -0000 1.1
--- SOAPservice.wsdl 17 Nov 2006 17:52:04 -0000 1.2
***************
*** 1,9 ****
<description xmlns="http://www.w3.org/2006/01/wsdl"
! targetNamespace="http://example.org/message-test" xmlns:tns="http://example.org/message-test"
! xmlns:wsoap="http://www.w3.org/2006/01/wsdl/soap" xmlns:wsdlx="http://www.w3.org/2006/01/wsdl-extensions"
! xmlns:whttp="http://www.w3.org/2006/01/wsdl/http" xmlns:xsmt="http://example.org/message-test/xsd"
! xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://www.w3.org/2003/05/soap-envelope">
! <documentation><![CDATA[
This test is part of a set representing functionality manifesting changes in the
wire format of messages. This testcase specificially exercises the SOAP Response
--- 1,14 ----
<description xmlns="http://www.w3.org/2006/01/wsdl"
! targetNamespace="http://example.org/message-test"
! xmlns:tns="http://example.org/message-test"
! xmlns:wsoap="http://www.w3.org/2006/01/wsdl/soap"
! xmlns:wsdlx="http://www.w3.org/2006/01/wsdl-extensions"
! xmlns:whttp="http://www.w3.org/2006/01/wsdl/http"
! xmlns:xsmt="http://example.org/message-test/xsd"
! xmlns:xs="http://www.w3.org/2001/XMLSchema"
! xmlns:soap="http://www.w3.org/2003/05/soap-envelope">
! <documentation>
! <![CDATA[
This test is part of a set representing functionality manifesting changes in the
wire format of messages. This testcase specificially exercises the SOAP Response
***************
*** 23,119 ****
xmlns:tm="http://www.w3.org/2002/ws/desc/6/10/test-module", this empty header is inserted
when required by the wsdl.
! ]]></documentation>
! <types>
! <xs:schema elementFormDefault="qualified" targetNamespace="http://example.org/message-test/xsd"
! xmlns:xs="http://www.w3.org/2001/XMLSchema"
! xmlns:xsmt="http://example.org/message-test/xsd">
! <xs:element name="echoString2" type="xsmt:stringStruct"/>
! <xs:element name="echoString2Return" type="xs:string"/>
! <xs:complexType name="stringStruct">
! <xs:sequence>
! <xs:element name="string" type="xs:string"/>
! </xs:sequence>
! </xs:complexType>
! </xs:schema>
! </types>
! <interface name="ComplexEcho">
! <operation name="EchoString2" pattern="http://www.w3.org/2006/01/wsdl/in-out" wsdlx:safe="true">
! <documentation>Simple echo service - pass in a string, get that string back. Duplicate
! of EchoString allowing alternate binding parameters to be tested.</documentation>
! <input element="xsmt:echoString2"/>
! <output element="xsmt:echoString2Return"/>
! </operation>
! </interface>
! <binding name="ComplexEchoSOAPBinding" interface="tns:ComplexEcho"
! type="http://www.w3.org/2006/01/wsdl/soap" wsoap:version="1.2"
! wsoap:protocol="http://www.w3.org/2003/05/soap/bindings/HTTP/"
! wsoap:mepDefault="http://www.w3.org/2003/05/soap/mep/request-response/">
! <documentation>
! This SOAP 1.2/HTTP binding binds the ComplexEcho service while exercising the
! following facilities of the SOAP binding:
! - Response SOAP MEPs.
! - Test SOAP module on Binding Faults, Binding Operations, Binding Message References
! (both input and output), Binding Message Fault References,
! </documentation>
! <operation ref="tns:EchoString2"
! wsoap:mep="http://www.w3.org/2003/05/soap/mep/soap-response/"
! wsoap:action="http://example.org/message-test/action/EchoString2">
! <input/>
! <output>
! <wsoap:module ref="http://www.w3.org/2002/ws/desc/6/10/test-module"/>
! </output>
! </operation>
! </binding>
! <binding name="GenericSOAPBinding"
! type="http://www.w3.org/2006/01/wsdl/soap" wsoap:version="1.2"
! wsoap:protocol="http://www.w3.org/2003/05/soap/bindings/HTTP/"
! wsoap:mepDefault="http://www.w3.org/2003/05/soap/mep/request-response/">
! <documentation>
! This SOAP 1.2/HTTP binding is generic to any interface. The only constraint
! it imposes is the engagement of the http://www.w3.org/2002/ws/desc/6/10/test-module
! module over the whole binding. All other binding details are defaulted.
! </documentation>
! <wsoap:module ref="http://www.w3.org/2002/ws/desc/6/10/test-module"/>
! </binding>
! <binding name="ComplexEchoSOAPHTTPBinding" interface="tns:ComplexEcho"
! 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="compress">
! <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=""
! style="http://www.w3.org/2006/01/wsdl/style/iri">
! <input whttp:transferCoding="compress"/>
! <output whttp:transferCoding="compress"/>
! </operation>
! </binding>
!
! <service name="MessageTestService" interface="tns:ComplexEcho">
! <documentation>Exercise each endpoint in order.</documentation>
! <endpoint name="MessageTestSOAP" binding="tns:ComplexEchoSOAPBinding"
! address="http://example.org/MessageTest-1G/endpoint-1"/>
! <endpoint name="MessageTestGenericSOAP" binding="tns:GenericSOAPBinding"
! address="http://example.org/MessageTest-1G/endpoint-2"/>
! <endpoint name="MessageTestSOAPHTTP" binding="tns:ComplexEchoSOAPHTTPBinding"
! address="http://example.org/MessageTest-1G/endpoint-3"
! whttp:authenticationScheme="basic"
! whttp:authenticationRealm="example.org Realm"/>
! </service>
</description>
--- 28,133 ----
xmlns:tm="http://www.w3.org/2002/ws/desc/6/10/test-module", this empty header is inserted
when required by the wsdl.
! ]]>
! </documentation>
! <types>
! <xs:schema elementFormDefault="qualified"
! targetNamespace="http://example.org/message-test/xsd"
! xmlns:xs="http://www.w3.org/2001/XMLSchema"
! xmlns:xsmt="http://example.org/message-test/xsd">
! <xs:element name="echoString2" type="xsmt:stringStruct" />
! <xs:element name="echoString2Return" type="xs:string" />
! <xs:complexType name="stringStruct">
! <xs:sequence>
! <xs:element name="string" type="xs:string" />
! </xs:sequence>
! </xs:complexType>
! </xs:schema>
! </types>
! <interface name="ComplexEcho">
! <operation name="EchoString2"
! pattern="http://www.w3.org/2006/01/wsdl/in-out" wsdlx:safe="true"
! style="http://www.w3.org/2006/01/wsdl/style/iri">
! <documentation>
! Simple echo service - pass in a string, get that string
! back. Duplicate of EchoString allowing alternate binding
! parameters to be tested.
! </documentation>
! <input element="xsmt:echoString2" />
! <output element="xsmt:echoString2Return" />
! </operation>
! </interface>
! <binding name="ComplexEchoSOAPBinding" interface="tns:ComplexEcho"
! type="http://www.w3.org/2006/01/wsdl/soap" wsoap:version="1.2"
! wsoap:protocol="http://www.w3.org/2003/05/soap/bindings/HTTP/"
! wsoap:mepDefault="http://www.w3.org/2003/05/soap/mep/request-response/">
! <documentation>
! This SOAP 1.2/HTTP binding binds the ComplexEcho service
! while exercising the following facilities of the SOAP
! binding: - Response SOAP MEPs. - Test SOAP module on Binding
! Faults, Binding Operations, Binding Message References (both
! input and output), Binding Message Fault References,
! </documentation>
! <operation ref="tns:EchoString2"
! wsoap:mep="http://www.w3.org/2003/05/soap/mep/soap-response/"
! wsoap:action="http://example.org/message-test/action/EchoString2">
! <input />
! <output>
! <wsoap:module
! ref="http://www.w3.org/2002/ws/desc/6/10/test-module" />
! </output>
! </operation>
! </binding>
! <binding name="GenericSOAPBinding"
! type="http://www.w3.org/2006/01/wsdl/soap" wsoap:version="1.2"
! wsoap:protocol="http://www.w3.org/2003/05/soap/bindings/HTTP/"
! wsoap:mepDefault="http://www.w3.org/2003/05/soap/mep/request-response/">
! <documentation>
! This SOAP 1.2/HTTP binding is generic to any interface. The
! only constraint it imposes is the engagement of the
! http://www.w3.org/2002/ws/desc/6/10/test-module module over
! the whole binding. All other binding details are defaulted.
! </documentation>
! <wsoap:module
! ref="http://www.w3.org/2002/ws/desc/6/10/test-module" />
! </binding>
! <binding name="ComplexEchoSOAPHTTPBinding"
! interface="tns:ComplexEcho" 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="compress">
! <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="compress" />
! <output whttp:transferCoding="compress" />
! </operation>
! </binding>
!
! <service name="MessageTestService" interface="tns:ComplexEcho">
! <documentation>Exercise each endpoint in order.</documentation>
! <endpoint name="MessageTestSOAP"
! binding="tns:ComplexEchoSOAPBinding"
! address="http://example.org/MessageTest-1G/endpoint-1" />
! <endpoint name="MessageTestGenericSOAP"
! binding="tns:GenericSOAPBinding"
! address="http://example.org/MessageTest-1G/endpoint-2" />
! <endpoint name="MessageTestSOAPHTTP"
! binding="tns:ComplexEchoSOAPHTTPBinding"
! address="http://example.org/MessageTest-1G/endpoint-3"
! whttp:authenticationScheme="basic"
! whttp:authenticationRealm="example.org Realm" />
! </service>
</description>
Received on Friday, 17 November 2006 17:52:19 UTC