- From: Arthur Ryman via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 05 Jul 2006 21:45:00 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/documents/good/EchoComplexDocLit-1G In directory hutz:/tmp/cvs-serv12224/test-suite/documents/good/EchoComplexDocLit-1G Added Files: TestMetadata.xml Axis2SampleDocLit.wsdl Log Message: Added EchoComplexDocLit-1G from Chathura Herath --- 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/Echo-1G </Identifier> <Title>Good Document doc/lit</Title> <Purpose>For testing interoperability</Purpose> <Description>Echo doc lit</Description> <Status>accepted</Status> <SpecRef></SpecRef> <Preconditions>none</Preconditions> <Inputs>Axis2SampleDocLit.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> --- 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>
Received on Wednesday, 5 July 2006 21:45:13 UTC