- From: Arthur Ryman via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 06 Jul 2006 17:56:11 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/documents/good/InOnlyMEP-1G In directory hutz:/tmp/cvs-serv5033/test-suite/documents/good/InOnlyMEP-1G Added Files: TestMetadata.xml Oneway.wsdl Log Message: added InOnlyMEP-1G from Chathura Herath --- 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/documents/good/InOnlyMEP-1G </Identifier> <Title>Good Document InOnly MEP Operation</Title> <Purpose>For testing interoperability</Purpose> <Description>IN-Only MEP Operation</Description> <Status>accepted</Status> <SpecRef></SpecRef> <Preconditions>none</Preconditions> <Inputs>Oneway.wsdl</Inputs> <ExpectedResults> <Successful>true</Successful> </ExpectedResults> <Version>1.0</Version> <Contributor> <Name>Chathura Herath</Name> <Affiliation>Indiana University, Extreme!! Lab</Affiliation> <EMail>cherath@cs.indiana.edu</EMail> </Contributor> <Rights>http://www.w3.org/Consortium/Legal/2002/copyright-documents-20021231</Rights> <Grouping>/documents/good</Grouping> <SeeAlso><Reference>http://www.w3.org/TR/wsdl20</Reference></SeeAlso> </TestMetadata>
Received on Thursday, 6 July 2006 17:56:24 UTC