- From: Arthur Ryman via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 18 Feb 2005 22:13:01 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/documents/bad/Service-1B In directory hutz:/tmp/cvs-serv31870/documents/bad/Service-1B Added Files: Service.wsdl Log Message: Committed test cases from Lawrence Mandel that were submitted at http://lists.w3.org/Archives/Public/www-ws-desc/2005Feb/0060.html --- NEW FILE: Service.wsdl --- <?xml version="1.0" encoding="UTF-8"?> <wsdl:description targetNamespace="http://example.org/Service" xmlns:tns="http://example.org/Service" xmlns:wsdl="http://www.w3.org/2004/08/wsdl" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.w3.org/2004/08/wsdl ../../../xmlcatalog/wsdl/wsdl20.xsd http://www.w3.org/2001/XMLSchema ../../../xmlcatalog/xsd/XMLSchema.xsd"> <wsdl:documentation> This test shows an invalid Service interface reference. </wsdl:documentation> <wsdl:interface name="EchoInterface"> <wsdl:operation name="Echo" pattern="http://www.w3.org/2004/08/wsdl/in-out"> <wsdl:input element="xs:string"/> <wsdl:output element="xs:string"/> </wsdl:operation> </wsdl:interface> <wsdl:binding name="EchoSOAPBinding" type="http://www.w3.org/2004/08/wsdl/soap12"/> <wsdl:service name="EchoService" interface="EchoInterface"> <wsdl:endpoint name="SOAPEndpoint" binding="tns:EchoSOAPBinding"/> </wsdl:service> </wsdl:description>
Received on Friday, 18 February 2005 22:13:02 UTC