- From: David Illsley via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 22 Jul 2007 20:47:44 +0000
- To: public-ws-addressing-eds@w3.org
Update of /sources/public/2004/ws/addressing/testsuitewsdl/documents/wsdl20 In directory hutz:/tmp/cvs-serv8778 Added Files: wsaTestService.xml wsaTestService2.xml wsaTestService3.xml Log Message: Adding wsdls and test messages for wsdl20 testing --- NEW FILE: wsaTestService2.xml --- <wsdl2:description xmlns:wsdl2="http://www.w3.org/ns/wsdl" xmlns:tns="http://example.org/echo" xmlns:wsoap="http://www.w3.org/ns/wsdl/soap" xmlns:whttp="http://www.w3.org/ns/wsdl/http" xmlns:wsdlx="http://www.w3.org/ns/wsdl-extensions" xmlns:s1="http://example.org/echo" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://example.org/echo"> <wsdl2:types> <xsd:schema targetNamespace="http://example.org/echo" elementFormDefault="qualified" attributeFormDefault="unqualified"> <xsd:element name="echoIn" type="xsd:string"/> <xsd:element name="echoOut" type="xsd:string"/> <xsd:element name="echoFault" type="xsd:string"/> </xsd:schema> </wsdl2:types> <wsdl2:interface name="ServiceInterface"> <wsdl2:fault name="echoFaultName" element="s1:echoFault"/> <wsdl2:operation name="echo" pattern="http://www.w3.org/ns/wsdl/in-out"> <wsdl2:input element="s1:echoIn" /> <wsdl2:output element="s1:echoOut" /> <wsdl2:outfault ref="tns:echoFaultName" /> </wsdl2:operation> </wsdl2:interface> <wsdl2:binding name="wsaTestService2SOAP11Binding" interface="tns:ServiceInterface" type="http://www.w3.org/ns/wsdl/soap" wsoap:version="1.1"> <wsdl2:operation ref="tns:echo" wsoap:action="" /> </wsdl2:binding> <wsdl2:service name="wsaTestService2" interface="tns:ServiceInterface"> <wsdl2:endpoint name="SOAP11Endpoint" binding="tns:wsaTestService2SOAP11Binding" address="http://localhost:5555/axis2/services/wsaTestService2"> </wsdl2:endpoint> </wsdl2:service> </wsdl2:description> --- NEW FILE: wsaTestService3.xml --- <wsdl2:description xmlns:wsdl2="http://www.w3.org/ns/wsdl" xmlns:tns="urn:example.org:wsaTestService3" xmlns:wsoap="http://www.w3.org/ns/wsdl/soap" xmlns:whttp="http://www.w3.org/ns/wsdl/http" xmlns:wsdlx="http://www.w3.org/ns/wsdl-extensions" xmlns:s1="http://example.org/echo" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:example.org:wsaTestService3"> <wsdl2:types> <xsd:schema targetNamespace="http://example.org/echo" elementFormDefault="qualified" attributeFormDefault="unqualified"> <xsd:element name="echoIn" type="xsd:string"/> <xsd:element name="echoOut" type="xsd:string"/> <xsd:element name="echoFault" type="xsd:string"/> </xsd:schema> </wsdl2:types> <wsdl2:interface name="ServiceInterface"> <wsdl2:fault name="echoFaultName" element="s1:echoFault"/> <wsdl2:operation name="echo" pattern="http://www.w3.org/ns/wsdl/in-out"> <wsdl2:input element="s1:echoIn" /> <wsdl2:output element="s1:echoOut" /> <wsdl2:outfault ref="tns:echoFaultName" /> </wsdl2:operation> </wsdl2:interface> <wsdl2:binding name="wsaTestService3SOAP11Binding" interface="tns:ServiceInterface" type="http://www.w3.org/ns/wsdl/soap" wsoap:version="1.1"> <wsdl2:operation ref="tns:echo" wsoap:action="" /> </wsdl2:binding> <wsdl2:service name="wsaTestService3" interface="tns:ServiceInterface"> <wsdl2:endpoint name="SOAP11Endpoint" binding="tns:wsaTestService3SOAP11Binding" address="http://localhost:5555/axis2/services/wsaTestService3"> </wsdl2:endpoint> </wsdl2:service> </wsdl2:description> --- NEW FILE: wsaTestService.xml --- <wsdl2:description xmlns:wsdl2="http://www.w3.org/ns/wsdl" xmlns:tns="http://example.org/echo" xmlns:wsoap="http://www.w3.org/ns/wsdl/soap" xmlns:whttp="http://www.w3.org/ns/wsdl/http" xmlns:wsdlx="http://www.w3.org/ns/wsdl-extensions" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:s1="http://example.org/echo" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://example.org/echo"> <wsdl2:types> <xsd:schema targetNamespace="http://example.org/echo" elementFormDefault="qualified" attributeFormDefault="unqualified"> <xsd:element name="echoIn" type="xsd:string"/> <xsd:element name="echoOut" type="xsd:string"/> <xsd:element name="echoFault" type="xsd:string"/> </xsd:schema> </wsdl2:types> <wsdl2:interface name="ServiceInterface"> <wsdl2:fault name="echoFaultName" element="s1:echoFault"/> <wsdl2:operation name="echo" pattern="http://www.w3.org/ns/wsdl/in-out"> <wsdl2:input element="s1:echoIn" wsam:Action="http://example.org/echo/request" /> <wsdl2:output element="s1:echoOut" wsam:Action="http://example.org/echo/response" /> <wsdl2:outfault ref="tns:echoFaultName" wsam:Action="http://example.org/echo/fault" /> </wsdl2:operation> </wsdl2:interface> <wsdl2:binding name="wsaTestServiceSOAP11Binding" interface="tns:ServiceInterface" type="http://www.w3.org/ns/wsdl/soap" wsoap:version="1.1"> <wsdl2:operation ref="tns:echo" wsoap:action="" /> </wsdl2:binding> <wsdl2:service name="wsaTestService" interface="tns:ServiceInterface"> <wsdl2:endpoint name="SOAP11Endpoint" binding="tns:wsaTestServiceSOAP11Binding" address="http://localhost:5555/axis2/services/wsaTestService"> </wsdl2:endpoint> </wsdl2:service> </wsdl2:description>
Received on Sunday, 22 July 2007 20:47:50 UTC