2002/ws/desc/test-suite/messages/good/InOut-3G canon-inout-selftest.filename,NONE,1.1 canon-inout-selftest.wsimsg,NONE,1.1 TestMetadata.xml,NONE,1.1 echo.wsdl,NONE,1.1

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

Added Files:
	canon-inout-selftest.filename canon-inout-selftest.wsimsg 
	TestMetadata.xml echo.wsdl 
Log Message:
Committed patch from Lawrence Mandel containing message test cases captured at the Interop event last week.

--- NEW FILE: canon-inout-selftest.filename ---
<filename>InOnly/canon-inout-selftest.wsilog</filename>

--- 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-3G
	</Identifier>
	<Title>Good Messages From InOut Interoperability Test</Title>
	<Purpose>For testing interoperability of Canon</Purpose>
	<Description>IN-Out MEP Operation</Description>
	<Status>accepted</Status>
	<SpecRef></SpecRef>
	<Preconditions>none</Preconditions>
	<Inputs>
		<Input role="root">echo.wsdl</Input>
		<Input>canon-inout-selftest.wsilog</Input>
	</Inputs>
	<ExpectedResults>
		<Successful>true</Successful>
	</ExpectedResults>
	<Version>1.0</Version>
	<Contributor>
		<Name>Lawrence Mandel</Name>
		<Affiliation>IBM</Affiliation>
		<EMail>lmandel@ca.ibm.com</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"
	targetNamespace="http://www.wso2.com/wsdl/2006/interop/EchoService"
	xmlns:wwis="http://www.wso2.com/schemas/2006/interop/EchoService">

	<documentation>
		This test contains simple echo operations which can be used for
		iteroperability 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" />
			<output element="wwis:echoStringResponse"
				messageLabel="Out" />
		</operation>
		<operation pattern="http://www.w3.org/2006/01/wsdl/in-out"
			name="echoXML">
			<input element="wwis:echoXML" messageLabel="In" />
			<output element="wwis:echoXMLResponse" messageLabel="Out" />
		</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>

--- NEW FILE: canon-inout-selftest.wsimsg ---
<?xml version="1.0" encoding="UTF-8"?>
<log timestamp="2006-07-06T14:12:45.571"
    xmlns="http://www.ws-i.org/testing/2004/07/log/"
    xmlns:wsi-monConfig="http://www.ws-i.org/testing/2004/07/monitorConfig/"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <monitor version="1.0" releaseDate="2003-03-20">
    <implementer name="IBM" location=""/>
    <environment>
      <runtime name="Java(TM) 2 Runtime Environment, Standard Edition" version="1.5.0_06-b05"/>
      <operatingSystem name="Windows XP" version="5.1"/>
      <xmlParser name="Apache Xerces" version="Xerces-J 2.8.0"/>
    </environment>
    <wsi-monConfig:configuration>
    <wsi-monConfig:comment>Comment</wsi-monConfig:comment>
      <wsi-monConfig:logFile replace="true" location="URL">
      <wsi-monConfig:addStyleSheet href="null" type="null" />
    </wsi-monConfig:logFile>
      <wsi-monConfig:logDuration>600</wsi-monConfig:logDuration>
      <wsi-monConfig:cleanupTimeoutSeconds>3</wsi-monConfig:cleanupTimeoutSeconds>
      <wsi-monConfig:manInTheMiddle>
      </wsi-monConfig:manInTheMiddle>
    </wsi-monConfig:configuration>
  </monitor>

<messageEntry xsi:type="httpMessageEntry" ID="1" conversationID="1" type="request" timestamp="2006-07-06T14:12:28.787Z">
<messageContent>&lt;?xml version=&quot;1.0&quot;?&gt;&lt;env:Envelope xmlns:env=&quot;http://www.w3.org/2003/05/soap-envelope&quot;&gt;&lt;env:Body&gt;&lt;ns1:echoXML xmlns:ns1=&quot;http://www.wso2.com/schemas/2006/interop/EchoService&quot;&gt;&lt;echoXMLParam&gt;&lt;ns2:testName xmlns:ns2=&quot;testNs&quot;&gt;testValue&lt;/ns2:testName&gt;&lt;/echoXMLParam&gt;&lt;/ns1:echoXML&gt;&lt;/env:Body&gt;&lt;/env:Envelope&gt;</messageContent>
<senderHostAndPort>KERGUELEN:1594</senderHostAndPort>
<receiverHostAndPort>youenn.dyndns.ws:80</receiverHostAndPort>
<httpHeaders>POST /wss/echo HTTP/1.1&#xd;
Host: youenn.dyndns.ws&#xd;
Pragma: no-cache&#xd;
Accept: */*&#xd;
Content-Type: application/soap+xml;action=&quot;&quot;&#xd;
Content-Length: 301&#xd;
&#xd;
</httpHeaders>
</messageEntry>
<messageEntry xsi:type="httpMessageEntry" ID="2" conversationID="1" type="response" timestamp="2006-07-06T14:12:29.057Z">
<messageContent>&lt;?xml version=&quot;1.0&quot;?&gt;&lt;env:Envelope xmlns:env=&quot;http://www.w3.org/2003/05/soap-envelope&quot;&gt;&lt;env:Body&gt;&lt;ns1:echoXMLResponse xmlns:ns1=&quot;http://www.wso2.com/schemas/2006/interop/EchoService&quot;&gt;&lt;ns2:testName xmlns:ns2=&quot;testNs&quot;&gt;testValue&lt;/ns2:testName&gt;&lt;/ns1:echoXMLResponse&gt;&lt;/env:Body&gt;&lt;/env:Envelope&gt;</messageContent>
<senderHostAndPort>youenn.dyndns.ws:80</senderHostAndPort>
<receiverHostAndPort>KERGUELEN:1594</receiverHostAndPort>
<httpHeaders>HTTP/1.1 200 OK&#xd;
Date: Thu, 06 Jul 2006 18:12:26 GMT&#xd;
Server: Apache/2.0.50 (Win32)&#xd;
Content-Length: 288&#xd;
Content-Type: application/soap+xml&#xd;
&#xd;
</httpHeaders>
</messageEntry>
</log>

Received on Tuesday, 11 July 2006 03:01:33 UTC