- 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/ServiceReference-1G In directory hutz:/tmp/cvs-serv2189/test-suite/documents/good/ServiceReference-1G Modified Files: reservationDetails.xsd reservationDetails.wsdl reservationList.wsdl reservationList-all.xml reservationList.xsd Log Message: Updated Test Suite to use Ant 1.7 alpha <schemavalidate> task which allows us to remove schemaLocation information from the documents. Index: reservationDetails.xsd =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/ServiceReference-1G/reservationDetails.xsd,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** reservationDetails.xsd 25 Jan 2006 18:32:45 -0000 1.13 --- reservationDetails.xsd 19 Feb 2006 23:27:41 -0000 1.14 *************** *** 7,13 **** xmlns:wsdli="http://www.w3.org/2006/01/wsdl-instance" xmlns:wsdlx="http://www.w3.org/2006/01/wsdl-extensions" ! wsdli:wsdlLocation="http://greath.example.com/2004/services/reservationDetails reservationDetails.wsdl" ! xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ! xsi:schemaLocation="http://www.w3.org/2001/XMLSchema ../../../xmlcatalog/xsd/XMLSchema.xsd http://www.w3.org/2006/01/wsdl-instance ../../../xmlcatalog/wsdl/wsdl20-instance.xsd"> <element name="confirmationNumber" type="string" /> --- 7,11 ---- xmlns:wsdli="http://www.w3.org/2006/01/wsdl-instance" xmlns:wsdlx="http://www.w3.org/2006/01/wsdl-extensions" ! wsdli:wsdlLocation="http://greath.example.com/2004/services/reservationDetails reservationDetails.wsdl"> <element name="confirmationNumber" type="string" /> Index: reservationList.xsd =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/ServiceReference-1G/reservationList.xsd,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** reservationList.xsd 25 Jan 2006 18:32:45 -0000 1.9 --- reservationList.xsd 19 Feb 2006 23:27:41 -0000 1.10 *************** *** 5,14 **** xmlns:tns="http://greath.example.com/2004/schemas/reservationList" xmlns:details="http://greath.example.com/2004/schemas/reservationDetails" ! xmlns:wsdli="http://www.w3.org/2006/01/wsdl-instance" ! xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ! xsi:schemaLocation="http://www.w3.org/2001/XMLSchema ../../../xmlcatalog/xsd/XMLSchema.xsd http://www.w3.org/2006/01/wsdl-instance ../../../xmlcatalog/wsdl/wsdl20-instance.xsd"> ! <import namespace="http://www.w3.org/2006/01/wsdl-instance" ! schemaLocation="../../../xmlcatalog/wsdl/wsdl20-instance.xsd" /> <import --- 5,11 ---- xmlns:tns="http://greath.example.com/2004/schemas/reservationList" xmlns:details="http://greath.example.com/2004/schemas/reservationDetails" ! xmlns:wsdli="http://www.w3.org/2006/01/wsdl-instance"> ! <import namespace="http://www.w3.org/2006/01/wsdl-instance" /> <import Index: reservationList-all.xml =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/ServiceReference-1G/reservationList-all.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** reservationList-all.xml 25 Jan 2006 18:32:45 -0000 1.11 --- reservationList-all.xml 19 Feb 2006 23:27:41 -0000 1.12 *************** *** 5,11 **** xmlns:wsdl="http://www.w3.org/2006/01/wsdl" 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/2006/01/wsdl-instance ../../../xmlcatalog/wsdl/wsdl20-instance.xsd ! http://greath.example.com/2004/schemas/reservationList reservationList.xsd http://greath.example.com/2004/schemas/reservationDetails reservationDetails.xsd"> --- 5,9 ---- xmlns:wsdl="http://www.w3.org/2006/01/wsdl" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ! xsi:schemaLocation="http://greath.example.com/2004/schemas/reservationList reservationList.xsd http://greath.example.com/2004/schemas/reservationDetails reservationDetails.xsd"> Index: reservationList.wsdl =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/ServiceReference-1G/reservationList.wsdl,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** reservationList.wsdl 25 Jan 2006 18:32:45 -0000 1.9 --- reservationList.wsdl 19 Feb 2006 23:27:41 -0000 1.10 *************** *** 6,13 **** xmlns:list="http://greath.example.com/2004/schemas/reservationList" xmlns:wsoap="http://www.w3.org/2006/01/wsdl/soap" ! 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"> <documentation> --- 6,10 ---- xmlns:list="http://greath.example.com/2004/schemas/reservationList" xmlns:wsoap="http://www.w3.org/2006/01/wsdl/soap" ! xmlns:xs="http://www.w3.org/2001/XMLSchema"> <documentation> Index: reservationDetails.wsdl =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/ServiceReference-1G/reservationDetails.wsdl,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** reservationDetails.wsdl 25 Jan 2006 18:32:45 -0000 1.8 --- reservationDetails.wsdl 19 Feb 2006 23:27:41 -0000 1.9 *************** *** 5,12 **** xmlns:wdetails="http://greath.example.com/2004/schemas/reservationDetails" xmlns:wsoap="http://www.w3.org/2006/01/wsdl/soap" ! 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"> <documentation> --- 5,9 ---- xmlns:wdetails="http://greath.example.com/2004/schemas/reservationDetails" xmlns:wsoap="http://www.w3.org/2006/01/wsdl/soap" ! xmlns:xs="http://www.w3.org/2001/XMLSchema"> <documentation>
Received on Sunday, 19 February 2006 23:28:28 UTC