- From: Arthur Ryman via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 11 Jul 2006 03:00:54 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/messages/good/InOutComplexTypes-2G In directory hutz:/tmp/cvs-serv7306/test-suite/messages/good/InOutComplexTypes-2G Added Files: axistocanon-inout-complextypes.filename Axis2SampleDocLit.wsdl TestMetadata.xml axistocanon-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: axistocanon-inout-complextypes.wsimsg --- <?xml version="1.0" encoding="UTF-8"?> <log timestamp="2006-07-06T10:54:53.390" 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:53:30.190Z"> <messageContent><?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header /><soapenv:Body><echoStringParam xmlns="http://userguide.axis2.apache.org/xsd">Echo Me </echoStringParam></soapenv:Body></soapenv:Envelope></messageContent> <senderHostAndPort>199.43.208.130:1168</senderHostAndPort> <receiverHostAndPort>youenn.dyndns.ws:80</receiverHostAndPort> <httpHeaders>POST /wss/echoAxis2 HTTP/1.1
 User-Agent: Axis2
 SOAPAction: urn:echoString
 Host: youenn.dyndns.ws
 Transfer-Encoding: chunked
 Content-Type: text/xml; charset=UTF-8
 
 </httpHeaders> </messageEntry> <messageEntry xsi:type="httpMessageEntry" ID="2" conversationID="1" type="response" timestamp="2006-07-06T10:53:30.380Z"> <messageContent><?xml version="1.0"?><env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Body><ns1:echoStringReturn xmlns:ns1="http://userguide.axis2.apache.org/xsd">Echo Me</ns1:echoStringReturn></env:Body></env:Envelope></messageContent> <senderHostAndPort>youenn.dyndns.ws:80</senderHostAndPort> <receiverHostAndPort>199.43.208.130:1168</receiverHostAndPort> <httpHeaders>HTTP/1.1 200 OK
 Date: Thu, 06 Jul 2006 14:53:24 GMT
 Server: Apache/2.0.50 (Win32)
 Content-Length: 227
 Content-Type: text/xml
 
 </httpHeaders> </messageEntry> <messageEntry xsi:type="httpMessageEntry" ID="3" conversationID="2" type="request" timestamp="2006-07-06T10:53:35.197Z"> <messageContent><?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header /><soapenv:Body><echoStringArrayParam xmlns="http://userguide.axis2.apache.org/xsd"><string>value1</string><string>value2</string><string>value3</string></echoStringArrayParam></soapenv:Body></soapenv:Envelope></messageContent> <senderHostAndPort>199.43.208.130:1169</senderHostAndPort> <receiverHostAndPort>youenn.dyndns.ws:80</receiverHostAndPort> <httpHeaders>POST /wss/echoAxis2 HTTP/1.1
 User-Agent: Axis2
 SOAPAction: urn:echoStringArray
 Host: youenn.dyndns.ws
 Transfer-Encoding: chunked
 Content-Type: text/xml; charset=UTF-8
 
 </httpHeaders> </messageEntry> <messageEntry xsi:type="httpMessageEntry" ID="4" conversationID="2" type="response" timestamp="2006-07-06T10:53:35.408Z"> <messageContent><?xml version="1.0"?><env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Body><ns1:echoStringArrayReturn xmlns:ns1="http://userguide.axis2.apache.org/xsd"><ns1:string>value1</ns1:string><ns1:string>value2</ns1:string><ns1:string>value3</ns1:string></ns1:echoStringArrayReturn></env:Body></env:Envelope></messageContent> <senderHostAndPort>youenn.dyndns.ws:80</senderHostAndPort> <receiverHostAndPort>199.43.208.130:1169</receiverHostAndPort> <httpHeaders>HTTP/1.1 200 OK
 Date: Thu, 06 Jul 2006 14:53:29 GMT
 Server: Apache/2.0.50 (Win32)
 Content-Length: 323
 Content-Type: text/xml
 
 </httpHeaders> </messageEntry> <messageEntry xsi:type="httpMessageEntry" ID="5" conversationID="3" type="request" timestamp="2006-07-06T10:53:40.044Z"> <messageContent><?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header /><soapenv:Body><echoStructParam xmlns="http://userguide.axis2.apache.org/xsd"><varFloat>5.5</varFloat><varInt>6565</varInt><varString>String Value</varString></echoStructParam></soapenv:Body></soapenv:Envelope></messageContent> <senderHostAndPort>199.43.208.130:1170</senderHostAndPort> <receiverHostAndPort>youenn.dyndns.ws:80</receiverHostAndPort> <httpHeaders>POST /wss/echoAxis2 HTTP/1.1
 User-Agent: Axis2
 SOAPAction: urn:echoStruct
 Host: youenn.dyndns.ws
 Transfer-Encoding: chunked
 Content-Type: text/xml; charset=UTF-8
 
 </httpHeaders> </messageEntry> <messageEntry xsi:type="httpMessageEntry" ID="6" conversationID="3" type="response" timestamp="2006-07-06T10:53:40.224Z"> <messageContent><?xml version="1.0"?><env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Body><ns1:echoStructReturn xmlns:ns1="http://userguide.axis2.apache.org/xsd"><ns1:varFloat>5.500000</ns1:varFloat><ns1:varInt>6565</ns1:varInt><ns1:varString>String Value</ns1:varString></ns1:echoStructReturn></env:Body></env:Envelope></messageContent> <senderHostAndPort>youenn.dyndns.ws:80</senderHostAndPort> <receiverHostAndPort>199.43.208.130:1170</receiverHostAndPort> <httpHeaders>HTTP/1.1 200 OK
 Date: Thu, 06 Jul 2006 14:53:34 GMT
 Server: Apache/2.0.50 (Win32)
 Content-Length: 329
 Content-Type: text/xml
 
 </httpHeaders> </messageEntry> </log> --- NEW FILE: axistocanon-inout-complextypes.filename --- <filename>InOnly/axistocanon-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-2G </Identifier> <Title>Good Messages From InOut Interoperability Test With Complex Types</Title> <Purpose>For testing interoperability of Axis2 and Canon</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>axistocanon-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:15 UTC