- From: Arthur Ryman via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 11 Jul 2006 03:00:55 +0000
- To: public-ws-desc-eds@w3.org
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><?xml version="1.0"?><env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Body><ns1:echoStringParam xmlns:ns1="http://userguide.axis2.apache.org/xsd">echo string</ns1:echoStringParam></env:Body></env:Envelope></messageContent>
<senderHostAndPort>KERGUELEN:1372</senderHostAndPort>
<receiverHostAndPort>chathura.dyndns.ws:8080</receiverHostAndPort>
<httpHeaders>POST /axis2/services/Axis2SampleDocLitService HTTP/1.1
Host: chathura.dyndns.ws:8080
Pragma: no-cache
Accept: */*
SOAPAction: "echoString"
Content-Type: text/xml
Content-Length: 229

</httpHeaders>
</messageEntry>
<messageEntry xsi:type="httpMessageEntry" ID="2" conversationID="1" type="response" timestamp="2006-07-06T10:51:30.228Z">
<messageContent><?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header /><soapenv:Body><echoStringReturn xmlns="http://userguide.axis2.apache.org/xsd">echo string</echoStringReturn></soapenv:Body></soapenv:Envelope></messageContent>
<senderHostAndPort>chathura.dyndns.ws:8080</senderHostAndPort>
<receiverHostAndPort>KERGUELEN:1372</receiverHostAndPort>
<httpHeaders>HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
Set-Cookie: JSESSIONID=FDC509D5E83684959C2E13FE462176FB; Path=/axis2
Content-Type: text/xml;charset=UTF-8
Transfer-Encoding: chunked
Date: Thu, 06 Jul 2006 15:51:20 GMT

</httpHeaders>
</messageEntry>
<messageEntry xsi:type="httpMessageEntry" ID="3" conversationID="2" type="request" timestamp="2006-07-06T10:51:33.382Z">
<messageContent><?xml version="1.0"?><env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Body><ns1:echoStringArrayParam xmlns:ns1="http://userguide.axis2.apache.org/xsd"><ns1:string>one</ns1:string><ns1:string>two</ns1:string><ns1:string>three</ns1:string></ns1:echoStringArrayParam></env:Body></env:Envelope></messageContent>
<senderHostAndPort>KERGUELEN:1374</senderHostAndPort>
<receiverHostAndPort>chathura.dyndns.ws:8080</receiverHostAndPort>
<httpHeaders>POST /axis2/services/Axis2SampleDocLitService HTTP/1.1
Host: chathura.dyndns.ws:8080
Pragma: no-cache
Accept: */*
SOAPAction: "echoStringArray"
Content-Type: text/xml
Content-Length: 314

</httpHeaders>
</messageEntry>
<messageEntry xsi:type="httpMessageEntry" ID="4" conversationID="2" type="response" timestamp="2006-07-06T10:51:33.542Z">
<messageContent><?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header /><soapenv:Body><echoStringArrayReturn xmlns="http://userguide.axis2.apache.org/xsd"><string>one</string><string>two</string><string>three</string></echoStringArrayReturn></soapenv:Body></soapenv:Envelope></messageContent>
<senderHostAndPort>chathura.dyndns.ws:8080</senderHostAndPort>
<receiverHostAndPort>KERGUELEN:1374</receiverHostAndPort>
<httpHeaders>HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
Set-Cookie: JSESSIONID=0500E81A26D56826A889BB293CB0C929; Path=/axis2
Content-Type: text/xml;charset=UTF-8
Transfer-Encoding: chunked
Date: Thu, 06 Jul 2006 15:51:23 GMT

</httpHeaders>
</messageEntry>
<messageEntry xsi:type="httpMessageEntry" ID="5" conversationID="3" type="request" timestamp="2006-07-06T10:51:36.927Z">
<messageContent><?xml version="1.0"?><env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Body><ns1:echoStructParam xmlns:ns1="http://userguide.axis2.apache.org/xsd"><ns1:varFloat>10.000000</ns1:varFloat><ns1:varInt>10</ns1:varInt><ns1:varString>echo string</ns1:varString></ns1:echoStructParam></env:Body></env:Envelope></messageContent>
<senderHostAndPort>KERGUELEN:1376</senderHostAndPort>
<receiverHostAndPort>chathura.dyndns.ws:8080</receiverHostAndPort>
<httpHeaders>POST /axis2/services/Axis2SampleDocLitService HTTP/1.1
Host: chathura.dyndns.ws:8080
Pragma: no-cache
Accept: */*
SOAPAction: "echoStruct"
Content-Type: text/xml
Content-Length: 325

</httpHeaders>
</messageEntry>
<messageEntry xsi:type="httpMessageEntry" ID="6" conversationID="3" type="response" timestamp="2006-07-06T10:51:37.097Z">
<messageContent><?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header /><soapenv:Body><echoStructReturn xmlns="http://userguide.axis2.apache.org/xsd"><varFloat>10.0</varFloat><varInt>10</varInt><varString>echo string</varString></echoStructReturn></soapenv:Body></soapenv:Envelope></messageContent>
<senderHostAndPort>chathura.dyndns.ws:8080</senderHostAndPort>
<receiverHostAndPort>KERGUELEN:1376</receiverHostAndPort>
<httpHeaders>HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
Set-Cookie: JSESSIONID=2C86611C59BA28EDF17DCCFC752DB7B5; Path=/axis2
Content-Type: text/xml;charset=UTF-8
Transfer-Encoding: chunked
Date: Thu, 06 Jul 2006 15:51:27 GMT

</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