2002/ws/desc/test-suite/messages/good/InOut-5G echo.wsdl,NONE,1.1 TestMetadata.xml,NONE,1.1

Update of /sources/public/2002/ws/desc/test-suite/messages/good/InOut-5G
In directory hutz:/tmp/cvs-serv18882

Added Files:
	echo.wsdl TestMetadata.xml 
Log Message:
Test for SOAP and HTTP Headers

--- NEW FILE: TestMetadata.xml ---
<?xml version="1.0"?>
<TestMetadata xmlns="http://www.w3.org/2006/02/wsdl/TestMetadata">
	<Identifier>
		http://dev.w3.org/cvsweb/2002/ws/desc/test-suite/messages/good/InOut-5G
	</Identifier>
	<Title>Good Messages From InOut Interoperability Test</Title>
	<Purpose>For testing interoperability of Canon and Axis2</Purpose>
	<Description>IN-Out MEP Operation with SOAP and HTTP Headers</Description>
	<Status>accepted</Status>
	<SpecRef></SpecRef>
	<Preconditions>none</Preconditions>
	<Inputs>
		<Input role="root">echo.wsdl</Input>
		<Input>canontoaxis-inout.wsilog</Input>
	</Inputs>
	<ExpectedResults>
		<Successful>true</Successful>
	</ExpectedResults>
	<Version>1.0</Version>
	<Contributor>
		<Name>Philippe Le Hégaret</Name>
		<Affiliation>W3C</Affiliation>
		<EMail>plh@w3.org</EMail>
	</Contributor>
	<Rights>http://www.w3.org/Consortium/Legal/2002/copyright-documents-20021231</Rights>
	<Grouping>/messages/good</Grouping>
	<SeeAlso><Reference>http://www.w3.org/TR/wsdl20</Reference></SeeAlso>
</TestMetadata>

--- NEW FILE: echo.wsdl ---
<description xmlns="http://www.w3.org/2006/01/wsdl"
	xmlns:tns="http://www.wso2.com/wsdl/2006/interop/EchoService"
	xmlns:wsoap="http://www.w3.org/2006/01/wsdl/soap"
	xmlns:soap="http://www.w3.org/2003/05/soap-envelope"
	xmlns:whttp="http://www.w3.org/2006/01/wsdl/http"
	targetNamespace="http://www.wso2.com/wsdl/2006/interop/EchoService"
	xmlns:wwis="http://www.wso2.com/schemas/2006/interop/EchoService">

	<documentation>
		This test contains echo operations with SOAP Headers
		and HTTP Headers which can be used for
		interoperability testing.
	</documentation>

	<types>
		<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
			xmlns="http://www.wso2.com/schemas/2006/interop/EchoService"
			targetNamespace="http://www.wso2.com/schemas/2006/interop/EchoService"
			elementFormDefault="unqualified"
			attributeFormDefault="unqualified">
			<xs:element type="tEchoString" name="echoString" />
			<xs:complexType name="tEchoString">
				<xs:sequence>
					<xs:element type="xs:string" name="echoStringParam" />
				</xs:sequence>
			</xs:complexType>
			<xs:element type="xs:string" name="echoStringResponse" />

			<xs:element type="tEchoXML" name="echoXML" />
			<xs:complexType name="tEchoXML">
				<xs:sequence>
					<xs:element type="xs:anyType" name="echoXMLParam" />
				</xs:sequence>
			</xs:complexType>
			<xs:element type="xs:anyType" name="echoXMLResponse" />

		</xs:schema>
	</types>
	<interface name="echoServiceInterface">
		<operation pattern="http://www.w3.org/2006/01/wsdl/in-out"
			name="echoString">
			<input element="wwis:echoString" messageLabel="In">
			    <wsoap:header  element="wwis:echoString"  mustUnderstand="false"
					   required="true"/>
			    <whttp:header name="WSDLHeader" type="xs:string"/>			    
			</input>
			<output element="wwis:echoStringResponse"
				messageLabel="Out">
			    <wsoap:header  element="wwis:echoStringResponse"  mustUnderstand="false"
					   required="true"/>
			    <whttp:header name="WSDLHeader" type="xs:string"/>			    
			</output>
		</operation>
		<operation pattern="http://www.w3.org/2006/01/wsdl/in-out"
			name="echoXML">
			<input element="wwis:echoXML" messageLabel="In">
			    <wsoap:header element='wwis:echoXML' mustUnderstand="false"
					  required="true"/>
			    <whttp:header name="WSDLHeader" type="xs:string"/>			    
			</input>
			<output element="wwis:echoXMLResponse" messageLabel="Out">
  			    <wsoap:header element="wwis:echoXMLResponse" mustUnderstand="false"
					  required="true"/>
			    <whttp:header name="WSDLHeader" type="xs:string"/>			    
			</output>
		</operation>
	</interface>
	<binding interface="tns:echoServiceInterface"
		type="http://www.w3.org/2006/01/wsdl/soap"
		name="echoServiceSOAPBinding"
		wsoap:protocol="http://www.w3.org/2003/05/soap/bindings/HTTP/">
		<operation
			wsoap:mep="http://www.w3.org/2003/05/soap/mep/soap-response/"
			ref="tns:echoString" />
		<operation
			wsoap:mep="http://www.w3.org/2003/05/soap/mep/soap-response/"
			ref="tns:echoXML" />
	</binding>
	<service name="echoService" interface="tns:echoServiceInterface">
		<endpoint
			address="http://www-lk.wso2.com/axis2/services/EchoService"
			binding="tns:echoServiceSOAPBinding"
			name="echoServiceSOAPBinding_http" />
	</service>
</description>

Received on Tuesday, 24 October 2006 13:55:25 UTC