- 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/InOut-1G In directory hutz:/tmp/cvs-serv7306/test-suite/messages/good/InOut-1G Added Files: axis-inout-selftest.wsimsg TestMetadata.xml echo.wsdl axis-inout-selftest.filename Log Message: Committed patch from Lawrence Mandel containing message test cases captured at the Interop event last week. --- NEW FILE: axis-inout-selftest.wsimsg --- <?xml version="1.0" encoding="UTF-8"?> <log timestamp="2006-07-06T14:16:30.274" 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:16:13.160Z"> <messageContent><?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header /><soapenv:Body><echoString xmlns="http://www.wso2.com/schemas/2006/interop/EchoService"><echoStringParam xmlns="">Echo me</echoStringParam></echoString></soapenv:Body></soapenv:Envelope></messageContent> <senderHostAndPort>199.43.208.130:1560</senderHostAndPort> <receiverHostAndPort>chathura.dyndns.ws:8080</receiverHostAndPort> <httpHeaders>POST /axis2/services/echoService HTTP/1.1
 User-Agent: Axis2
 SOAPAction: urn:echoString
 Host: chathura.dyndns.ws:8080
 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-06T14:16:13.330Z"> <messageContent><?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header /><soapenv:Body><echoStringResponse xmlns="http://www.wso2.com/schemas/2006/interop/EchoService">Echo me</echoStringResponse></soapenv:Body></soapenv:Envelope></messageContent> <senderHostAndPort>chathura.dyndns.ws:8080</senderHostAndPort> <receiverHostAndPort>199.43.208.130:1560</receiverHostAndPort> <httpHeaders>HTTP/1.1 200 OK
 Server: Apache-Coyote/1.1
 Set-Cookie: JSESSIONID=7FFDE7FA6C91A2EAB2FC13F060CE9863; Path=/axis2
 Content-Type: text/xml;charset=UTF-8
 Transfer-Encoding: chunked
 Date: Thu, 06 Jul 2006 19:16:03 GMT
 
 </httpHeaders> </messageEntry> </log> --- 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-1G </Identifier> <Title>Good Messages From InOut Interoperability Test</Title> <Purpose>For testing interoperability of Axis2</Purpose> <Description>IN-Out MEP Operation</Description> <Status>accepted</Status> <SpecRef></SpecRef> <Preconditions>none</Preconditions> <Inputs> <Input role="root">echo.wsdl</Input> <Input>axis-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: axis-inout-selftest.filename --- <filename>InOnly/axis-inout-selftest.wsilog</filename>
Received on Tuesday, 11 July 2006 03:01:29 UTC