- 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/InOnly-3G
In directory hutz:/tmp/cvs-serv7306/test-suite/messages/good/InOnly-3G
Added Files:
canon-inonly-selftest.wsimsg TestMetadata.xml
canon-inonly-selftest.filename Oneway.wsdl
Log Message:
Committed patch from Lawrence Mandel containing message test cases captured at the Interop event last week.
--- NEW FILE: canon-inonly-selftest.wsimsg ---
<?xml version="1.0" encoding="UTF-8"?>
<log timestamp="2006-07-06T10:22:54.561"
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:22:37.446Z">
<messageContent><?xml version="1.0"?><env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Body><ns1:ping xmlns:ns1="http://www.wso2.com/schemas/2006/interop/pingService"><pingStringParam>echo string</pingStringParam></ns1:ping></env:Body></env:Envelope></messageContent>
<senderHostAndPort>KERGUELEN:1328</senderHostAndPort>
<receiverHostAndPort>youenn.dyndns.ws:80</receiverHostAndPort>
<httpHeaders>POST /wss/ping HTTP/1.1
Host: youenn.dyndns.ws
Pragma: no-cache
Accept: */*
Content-Type: application/soap+xml;action=""
Content-Length: 255

</httpHeaders>
</messageEntry>
<messageEntry xsi:type="httpMessageEntry" ID="2" conversationID="1" type="response" timestamp="2006-07-06T10:22:37.726Z">
<messageContent></messageContent>
<senderHostAndPort>youenn.dyndns.ws:80</senderHostAndPort>
<receiverHostAndPort>KERGUELEN:1328</receiverHostAndPort>
<httpHeaders>HTTP/1.1 200 OK
Date: Thu, 06 Jul 2006 14:22:30 GMT
Server: Apache/2.0.50 (Win32)
Content-Length: 0
Content-Type: application/soap+xml

</httpHeaders>
</messageEntry>
</log>
--- NEW FILE: Oneway.wsdl ---
<description xmlns="http://www.w3.org/2006/01/wsdl"
xmlns:tns="http://www.wso2.com/wsdl/2006/interop/pingService"
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/pingService"
xmlns:wwis="http://www.wso2.com/schemas/2006/interop/pingService">
<documentation>
Oneway mesaging for woden interop
</documentation>
<types>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns="http://www.wso2.com/schemas/2006/interop/pingService"
targetNamespace="http://www.wso2.com/schemas/2006/interop/pingService"
elementFormDefault="unqualified"
attributeFormDefault="unqualified">
<xs:element type="tPingString" name="ping" />
<xs:complexType name="tPingString">
<xs:sequence>
<xs:element type="xs:string" name="pingStringParam" />
</xs:sequence>
</xs:complexType>
</xs:schema>
</types>
<interface name="pingServiceInterface">
<operation pattern="http://www.w3.org/2006/01/wsdl/in-only"
name="ping">
<input element="wwis:ping" messageLabel="In" />
</operation>
</interface>
<binding interface="tns:pingServiceInterface"
type="http://www.w3.org/2006/01/wsdl/soap"
name="pingServiceSOAPBinding"
wsoap:protocol="http://www.w3.org/2003/05/soap/bindings/HTTP">
<operation ref="tns:ping" />
</binding>
<service name="pingService" interface="tns:pingServiceInterface">
<endpoint
address="http://www-lk.wso2.com/axis2/services/EchoService"
binding="tns:pingServiceSOAPBinding"
name="pingServiceSOAPBinding_http" />
</service>
</description>
--- 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/InOnly-3G
</Identifier>
<Title>Good Messages From InOnly Interoperability Test</Title>
<Purpose>For testing interoperability of Canon</Purpose>
<Description>IN-Only MEP Operation</Description>
<Status>accepted</Status>
<SpecRef></SpecRef>
<Preconditions>none</Preconditions>
<Inputs>
<Input role="root">Oneway.wsdl</Input>
<Input>canon-inonly-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: canon-inonly-selftest.filename ---
<filename>InOnly/canon-inonly-selftest.wsilog</filename>
Received on Tuesday, 11 July 2006 03:01:18 UTC