- 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/TicketAgent-1G In directory hutz:/tmp/cvs-serv2189/test-suite/documents/good/TicketAgent-1G Modified Files: TicketAgent.xsd TicketAgent.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: TicketAgent.wsdl =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/TicketAgent-1G/TicketAgent.wsdl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** TicketAgent.wsdl 25 Jan 2006 18:32:48 -0000 1.4 --- TicketAgent.wsdl 19 Feb 2006 23:27:41 -0000 1.5 *************** *** 1,26 **** <?xml version="1.0" encoding="UTF-8"?> ! <wsdl:description ! targetNamespace="http://example.org/TicketAgent.wsdl" ! xmlns:xsTicketAgent="http://example.org/TicketAgent.xsd" ! 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:types> ! <xs:import schemaLocation="TicketAgent.xsd" ! namespace="http://example.org/TicketAgent.xsd" /> ! </wsdl:types> ! ! <wsdl:interface name="TicketAgent"> ! <wsdl:operation name="listFlights" pattern="http://www.w3.org/2006/01/wsdl/in-out"> ! <wsdl:input element="xsTicketAgent:listFlightsRequest"/> ! <wsdl:output element="xsTicketAgent:listFlightsResponse"/> ! </wsdl:operation> ! ! <wsdl:operation name="reserveFlight" pattern="http://www.w3.org/2006/01/wsdl/in-out"> ! <wsdl:input element="xsTicketAgent:reserveFlightRequest"/> ! <wsdl:output element="xsTicketAgent:reserveFlightResponse"/> ! </wsdl:operation> ! </wsdl:interface> </wsdl:description> \ No newline at end of file --- 1,25 ---- <?xml version="1.0" encoding="UTF-8"?> ! <wsdl:description targetNamespace="http://example.org/TicketAgent.wsdl" ! xmlns:xsTicketAgent="http://example.org/TicketAgent.xsd" ! xmlns:wsdl="http://www.w3.org/2006/01/wsdl" ! xmlns:xs="http://www.w3.org/2001/XMLSchema"> ! ! <wsdl:types> ! <xs:import schemaLocation="TicketAgent.xsd" ! namespace="http://example.org/TicketAgent.xsd" /> ! </wsdl:types> ! ! <wsdl:interface name="TicketAgent"> ! <wsdl:operation name="listFlights" ! pattern="http://www.w3.org/2006/01/wsdl/in-out"> ! <wsdl:input element="xsTicketAgent:listFlightsRequest" /> ! <wsdl:output element="xsTicketAgent:listFlightsResponse" /> ! </wsdl:operation> ! ! <wsdl:operation name="reserveFlight" ! pattern="http://www.w3.org/2006/01/wsdl/in-out"> ! <wsdl:input element="xsTicketAgent:reserveFlightRequest" /> ! <wsdl:output element="xsTicketAgent:reserveFlightResponse" /> ! </wsdl:operation> ! </wsdl:interface> </wsdl:description> \ No newline at end of file Index: TicketAgent.xsd =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/TicketAgent-1G/TicketAgent.xsd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TicketAgent.xsd 7 Feb 2005 16:31:57 -0000 1.1 --- TicketAgent.xsd 19 Feb 2006 23:27:41 -0000 1.2 *************** *** 1,8 **** <?xml version="1.0" encoding="UTF-8"?> ! <schema ! xmlns="http://www.w3.org/2001/XMLSchema" ! targetNamespace="http://example.org/TicketAgent.xsd" ! xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ! xsi:schemaLocation="http://www.w3.org/2001/XMLSchema ../../../xmlcatalog/xsd/XMLSchema.xsd"> <element name="listFlightsRequest"> --- 1,5 ---- <?xml version="1.0" encoding="UTF-8"?> ! <schema xmlns="http://www.w3.org/2001/XMLSchema" ! targetNamespace="http://example.org/TicketAgent.xsd"> <element name="listFlightsRequest"> *************** *** 19,23 **** <complexType> <sequence> ! <element name="flight" type="string" minOccurs="0" maxOccurs="unbounded"></element> </sequence> </complexType> --- 16,22 ---- <complexType> <sequence> ! <element name="flight" type="string" minOccurs="0" ! maxOccurs="unbounded"> ! </element> </sequence> </complexType>
Received on Sunday, 19 February 2006 23:28:27 UTC