- From: Arthur Ryman via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 19 Feb 2006 23:27:43 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/documents/good/Service-1G In directory hutz:/tmp/cvs-serv2189/test-suite/documents/good/Service-1G Modified Files: Service.wsdl Log Message: Updated Test Suite to use Ant 1.7 alpha <schemavalidate> task which allows us to remove schemaLocation information from the documents. Index: Service.wsdl =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/Service-1G/Service.wsdl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Service.wsdl 25 Jan 2006 18:32:45 -0000 1.5 --- Service.wsdl 19 Feb 2006 23:27:41 -0000 1.6 *************** *** 1,32 **** <?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/2006/01/wsdl" ! xmlns:xs="http://www.w3.org/2001/XMLSchema" ! xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ! xsi:schemaLocation="http://www.w3.org/2006/01/wsdl ../../../xmlcatalog/wsdl/wsdl20.xsd http://www.w3.org/2001/XMLSchema ../../../xmlcatalog/xsd/XMLSchema.xsd"> ! ! <wsdl:documentation> ! This test shows a valid use of a Service. ! </wsdl:documentation> ! ! <wsdl:interface name="EchoInterface"> ! <wsdl:operation name="Echo" pattern="http://www.w3.org/2006/01/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/2006/01/wsdl/soap"/> ! ! <wsdl:service name="EchoService" interface="tns:EchoInterface"> ! <wsdl:documentation> ! The Echo service. ! </wsdl:documentation> ! <wsdl:endpoint ! name="SOAPEndpoint" ! binding="tns:EchoSOAPBinding"/> ! </wsdl:service> </wsdl:description> --- 1,27 ---- <?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/2006/01/wsdl" ! xmlns:xs="http://www.w3.org/2001/XMLSchema"> ! ! <wsdl:documentation> ! This test shows a valid use of a Service. ! </wsdl:documentation> ! ! <wsdl:interface name="EchoInterface"> ! <wsdl:operation name="Echo" ! pattern="http://www.w3.org/2006/01/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/2006/01/wsdl/soap" /> ! ! <wsdl:service name="EchoService" interface="tns:EchoInterface"> ! <wsdl:documentation>The Echo service.</wsdl:documentation> ! <wsdl:endpoint name="SOAPEndpoint" ! binding="tns:EchoSOAPBinding" /> ! </wsdl:service> </wsdl:description>
Received on Sunday, 19 February 2006 23:28:17 UTC