2002/ws/desc/test-suite/messages/good/InOutComplexTypes-4G Axis2SampleDocLit.wsdl,NONE,1.1 TestMetadata.xml,NONE,1.1 canontoaxis-inout-complextypes.filename,NONE,1.1 canontoaxis-inout-complextypes.wsimsg,NONE,1.1

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

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

--- NEW FILE: Axis2SampleDocLit.wsdl ---
<description xmlns="http://www.w3.org/2006/01/wsdl"
             targetNamespace="http://userguide.axis2.apache.org/Axis2SampleDocLit"
             xmlns:tns="http://userguide.axis2.apache.org/Axis2SampleDocLit"
             xmlns:wsoap="http://www.w3.org/2006/01/wsdl/soap"
             xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" 

             xmlns:xsd1="http://userguide.axis2.apache.org/xsd">
  <types>
    <schema elementFormDefault="qualified" targetNamespace="http://userguide.axis2.apache.org/xsd" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
            <complexType name="ArrayOfstring_literal">
                <sequence>
                    <element maxOccurs="unbounded" minOccurs="1" name="string" type="xsd:string"/>
                </sequence>
            </complexType>
            <complexType name="SOAPStruct">
                <all>
                    <element name="varFloat" type="xsd:float"/>
                    <element name="varInt" type="xsd:int"/>
                    <element name="varString" type="xsd:string"/>
                </all>
            </complexType>

            <element name="echoStringParam" type="xsd:string"/>
            <element name="echoIntParam" type="xsd:int"/>

            <element name="echoStringReturn" type="xsd:string"/>
            <element name="echoStringArrayParam" type="xsd1:ArrayOfstring_literal"/>

            <element name="echoStringArrayReturn" type="xsd1:ArrayOfstring_literal"/>

            <element name="echoStructParam" type="xsd1:SOAPStruct"/>

            <element name="echoStructReturn" type="xsd1:SOAPStruct"/>
        </schema>
  </types>
  <interface name="Axis2SampleDocLitPortType">
    <operation name="echoString"
               pattern="http://www.w3.org/2006/01/wsdl/in-out">
      <input messageLabel="In" element="xsd1:echoStringParam"/>
      <output messageLabel="Out" element="xsd1:echoStringReturn"/>
    </operation>
    <operation name="echoStringArray"
               pattern="http://www.w3.org/2006/01/wsdl/in-out">
      <input messageLabel="In" element="xsd1:echoStringArrayParam"/>
      <output messageLabel="Out" element="xsd1:echoStringArrayReturn"/>
    </operation>
    <operation name="echoStruct"
               pattern="http://www.w3.org/2006/01/wsdl/in-out">
      <input messageLabel="In" element="xsd1:echoStructParam"/>
      <output messageLabel="Out" element="xsd1:echoStructReturn"/>
    </operation>
  </interface>
  <binding name="Axis2SampleDocLitPortBinding"
           interface="tns:Axis2SampleDocLitPortType"
           type="http://www.w3.org/2006/01/wsdl/soap"
           wsoap:version="1.1"
           wsoap:protocol="http://www.w3.org/2006/01/soap11/bindings/HTTP">
    <operation ref="tns:echoString" wsoap:action="echoString">
    </operation>
    <operation ref="tns:echoStringArray" wsoap:action="echoStringArray">
    </operation>
    <operation ref="tns:echoStruct" wsoap:action="echoStruct">
    </operation>
  </binding>
  <service name="Axis2SampleDocLitService"
           interface="tns:Axis2SampleDocLitPortType">
    <endpoint name="Axis2SampleDocLitPort"
              binding="tns:Axis2SampleDocLitPortBinding"
              address="http://userguide.axis2.apache.org/stkv3/wsdl/Axis2SampleDocLit.wsdl">
    </endpoint>
  </service>
</description>

--- NEW FILE: canontoaxis-inout-complextypes.wsimsg ---
<?xml version="1.0" encoding="UTF-8"?>
<log timestamp="2006-07-06T10:52:56.622"
    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-06T10:51:30.057Z">
<messageContent>&lt;?xml version=&quot;1.0&quot;?&gt;&lt;env:Envelope xmlns:env=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot;&gt;&lt;env:Body&gt;&lt;ns1:echoStringParam xmlns:ns1=&quot;http://userguide.axis2.apache.org/xsd&quot;&gt;echo string&lt;/ns1:echoStringParam&gt;&lt;/env:Body&gt;&lt;/env:Envelope&gt;</messageContent>
<senderHostAndPort>KERGUELEN:1372</senderHostAndPort>
<receiverHostAndPort>chathura.dyndns.ws:8080</receiverHostAndPort>
<httpHeaders>POST /axis2/services/Axis2SampleDocLitService HTTP/1.1&#xd;
Host: chathura.dyndns.ws:8080&#xd;
Pragma: no-cache&#xd;
Accept: */*&#xd;
SOAPAction: &quot;echoString&quot;&#xd;
Content-Type: text/xml&#xd;
Content-Length: 229&#xd;
&#xd;
</httpHeaders>
</messageEntry>
<messageEntry xsi:type="httpMessageEntry" ID="2" conversationID="1" type="response" timestamp="2006-07-06T10:51:30.228Z">
<messageContent>&lt;?xml version=&apos;1.0&apos; encoding=&apos;UTF-8&apos;?&gt;&lt;soapenv:Envelope xmlns:soapenv=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot;&gt;&lt;soapenv:Header /&gt;&lt;soapenv:Body&gt;&lt;echoStringReturn xmlns=&quot;http://userguide.axis2.apache.org/xsd&quot;&gt;echo string&lt;/echoStringReturn&gt;&lt;/soapenv:Body&gt;&lt;/soapenv:Envelope&gt;</messageContent>
<senderHostAndPort>chathura.dyndns.ws:8080</senderHostAndPort>
<receiverHostAndPort>KERGUELEN:1372</receiverHostAndPort>
<httpHeaders>HTTP/1.1 200 OK&#xd;
Server: Apache-Coyote/1.1&#xd;
Set-Cookie: JSESSIONID=FDC509D5E83684959C2E13FE462176FB; Path=/axis2&#xd;
Content-Type: text/xml;charset=UTF-8&#xd;
Transfer-Encoding: chunked&#xd;
Date: Thu, 06 Jul 2006 15:51:20 GMT&#xd;
&#xd;
</httpHeaders>
</messageEntry>
<messageEntry xsi:type="httpMessageEntry" ID="3" conversationID="2" type="request" timestamp="2006-07-06T10:51:33.382Z">
<messageContent>&lt;?xml version=&quot;1.0&quot;?&gt;&lt;env:Envelope xmlns:env=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot;&gt;&lt;env:Body&gt;&lt;ns1:echoStringArrayParam xmlns:ns1=&quot;http://userguide.axis2.apache.org/xsd&quot;&gt;&lt;ns1:string&gt;one&lt;/ns1:string&gt;&lt;ns1:string&gt;two&lt;/ns1:string&gt;&lt;ns1:string&gt;three&lt;/ns1:string&gt;&lt;/ns1:echoStringArrayParam&gt;&lt;/env:Body&gt;&lt;/env:Envelope&gt;</messageContent>
<senderHostAndPort>KERGUELEN:1374</senderHostAndPort>
<receiverHostAndPort>chathura.dyndns.ws:8080</receiverHostAndPort>
<httpHeaders>POST /axis2/services/Axis2SampleDocLitService HTTP/1.1&#xd;
Host: chathura.dyndns.ws:8080&#xd;
Pragma: no-cache&#xd;
Accept: */*&#xd;
SOAPAction: &quot;echoStringArray&quot;&#xd;
Content-Type: text/xml&#xd;
Content-Length: 314&#xd;
&#xd;
</httpHeaders>
</messageEntry>
<messageEntry xsi:type="httpMessageEntry" ID="4" conversationID="2" type="response" timestamp="2006-07-06T10:51:33.542Z">
<messageContent>&lt;?xml version=&apos;1.0&apos; encoding=&apos;UTF-8&apos;?&gt;&lt;soapenv:Envelope xmlns:soapenv=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot;&gt;&lt;soapenv:Header /&gt;&lt;soapenv:Body&gt;&lt;echoStringArrayReturn xmlns=&quot;http://userguide.axis2.apache.org/xsd&quot;&gt;&lt;string&gt;one&lt;/string&gt;&lt;string&gt;two&lt;/string&gt;&lt;string&gt;three&lt;/string&gt;&lt;/echoStringArrayReturn&gt;&lt;/soapenv:Body&gt;&lt;/soapenv:Envelope&gt;</messageContent>
<senderHostAndPort>chathura.dyndns.ws:8080</senderHostAndPort>
<receiverHostAndPort>KERGUELEN:1374</receiverHostAndPort>
<httpHeaders>HTTP/1.1 200 OK&#xd;
Server: Apache-Coyote/1.1&#xd;
Set-Cookie: JSESSIONID=0500E81A26D56826A889BB293CB0C929; Path=/axis2&#xd;
Content-Type: text/xml;charset=UTF-8&#xd;
Transfer-Encoding: chunked&#xd;
Date: Thu, 06 Jul 2006 15:51:23 GMT&#xd;
&#xd;
</httpHeaders>
</messageEntry>
<messageEntry xsi:type="httpMessageEntry" ID="5" conversationID="3" type="request" timestamp="2006-07-06T10:51:36.927Z">
<messageContent>&lt;?xml version=&quot;1.0&quot;?&gt;&lt;env:Envelope xmlns:env=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot;&gt;&lt;env:Body&gt;&lt;ns1:echoStructParam xmlns:ns1=&quot;http://userguide.axis2.apache.org/xsd&quot;&gt;&lt;ns1:varFloat&gt;10.000000&lt;/ns1:varFloat&gt;&lt;ns1:varInt&gt;10&lt;/ns1:varInt&gt;&lt;ns1:varString&gt;echo string&lt;/ns1:varString&gt;&lt;/ns1:echoStructParam&gt;&lt;/env:Body&gt;&lt;/env:Envelope&gt;</messageContent>
<senderHostAndPort>KERGUELEN:1376</senderHostAndPort>
<receiverHostAndPort>chathura.dyndns.ws:8080</receiverHostAndPort>
<httpHeaders>POST /axis2/services/Axis2SampleDocLitService HTTP/1.1&#xd;
Host: chathura.dyndns.ws:8080&#xd;
Pragma: no-cache&#xd;
Accept: */*&#xd;
SOAPAction: &quot;echoStruct&quot;&#xd;
Content-Type: text/xml&#xd;
Content-Length: 325&#xd;
&#xd;
</httpHeaders>
</messageEntry>
<messageEntry xsi:type="httpMessageEntry" ID="6" conversationID="3" type="response" timestamp="2006-07-06T10:51:37.097Z">
<messageContent>&lt;?xml version=&apos;1.0&apos; encoding=&apos;UTF-8&apos;?&gt;&lt;soapenv:Envelope xmlns:soapenv=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot;&gt;&lt;soapenv:Header /&gt;&lt;soapenv:Body&gt;&lt;echoStructReturn xmlns=&quot;http://userguide.axis2.apache.org/xsd&quot;&gt;&lt;varFloat&gt;10.0&lt;/varFloat&gt;&lt;varInt&gt;10&lt;/varInt&gt;&lt;varString&gt;echo string&lt;/varString&gt;&lt;/echoStructReturn&gt;&lt;/soapenv:Body&gt;&lt;/soapenv:Envelope&gt;</messageContent>
<senderHostAndPort>chathura.dyndns.ws:8080</senderHostAndPort>
<receiverHostAndPort>KERGUELEN:1376</receiverHostAndPort>
<httpHeaders>HTTP/1.1 200 OK&#xd;
Server: Apache-Coyote/1.1&#xd;
Set-Cookie: JSESSIONID=2C86611C59BA28EDF17DCCFC752DB7B5; Path=/axis2&#xd;
Content-Type: text/xml;charset=UTF-8&#xd;
Transfer-Encoding: chunked&#xd;
Date: Thu, 06 Jul 2006 15:51:27 GMT&#xd;
&#xd;
</httpHeaders>
</messageEntry>
</log>

--- NEW FILE: canontoaxis-inout-complextypes.filename ---
<filename>InOnly/canontoaxis-inout-complextypes.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/InOutComplexTypes-4G
	</Identifier>
	<Title>Good Messages From InOut Interoperability Test With Complex Types</Title>
	<Purpose>For testing interoperability of Canon and Axis2</Purpose>
	<Description>IN-Out MEP Operation With Complex Types</Description>
	<Status>accepted</Status>
	<SpecRef></SpecRef>
	<Preconditions>none</Preconditions>
	<Inputs>
		<Input role="root">Axis2SampleDocLit.wsdl</Input>
		<Input>canontoaxis-inout-complextypes.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>

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