- From: Arthur Ryman via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 17 Jun 2005 01:00:42 +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-serv22608/test-suite/documents/good/ServiceReference-1G Modified Files: reservationDetails.xsd reservationServiceReferences-HSG635.xml reservationList-all.xml Log Message: Updated primer service reference example to reflect LC117. Index: reservationServiceReferences-HSG635.xml =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/ServiceReference-1G/reservationServiceReferences-HSG635.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** reservationServiceReferences-HSG635.xml 16 Jun 2005 22:49:23 -0000 1.3 --- reservationServiceReferences-HSG635.xml 17 Jun 2005 01:00:40 -0000 1.4 *************** *** 6,18 **** <details:soap> ! <details:reservationDetailsSOAPEndpoint> ! http://greath.example.com/2004/reservation/HSG635 ! </details:reservationDetailsSOAPEndpoint> </details:soap> <details:secure-soap> ! <details:reservationDetailsSOAPEndpoint> ! https://greath.example.com/2004/reservation/HSG635 ! </details:reservationDetailsSOAPEndpoint> </details:secure-soap> --- 6,14 ---- <details:soap> ! http://greath.example.com/2004/reservation/HSG635 </details:soap> <details:secure-soap> ! https://greath.example.com/2004/reservation/HSG635 </details:secure-soap> Index: reservationDetails.xsd =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/ServiceReference-1G/reservationDetails.xsd,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** reservationDetails.xsd 16 Jun 2005 23:51:22 -0000 1.9 --- reservationDetails.xsd 17 Jun 2005 01:00:40 -0000 1.10 *************** *** 5,18 **** xmlns:tns="http://greath.example.com/2004/schemas/reservationDetails" xmlns:wdetails="http://greath.example.com/2004/services/reservationDetails" - xmlns:wsdl="http://www.w3.org/2005/05/wsdl" xmlns:wsdli="http://www.w3.org/2005/05/wsdl-instance" xmlns:wsdlx="http://www.w3.org/2005/05/wsdl-extensions" ! wsdli:wsdlLocation="http://greath.example.com/2004/services/reservationDetails resvationDetails.wsdl" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.w3.org/2001/XMLSchema ../../../xmlcatalog/xsd/XMLSchema.xsd"> - <import namespace="http://www.w3.org/2005/05/wsdl" - schemaLocation="../../../xmlcatalog/wsdl/wsdl20.xsd" /> - <element name="confirmationNumber" type="string" /> --- 5,14 ---- xmlns:tns="http://greath.example.com/2004/schemas/reservationDetails" xmlns:wdetails="http://greath.example.com/2004/services/reservationDetails" xmlns:wsdli="http://www.w3.org/2005/05/wsdl-instance" xmlns:wsdlx="http://www.w3.org/2005/05/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"> <element name="confirmationNumber" type="string" /> *************** *** 42,46 **** <annotation> <documentation> ! This element contains a references to the Reservation Details Web Service endpoints for this reservation. </documentation> --- 38,42 ---- <annotation> <documentation> ! This element contains references to the Reservation Details Web Service endpoints for this reservation. </documentation> Index: reservationList-all.xml =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/ServiceReference-1G/reservationList-all.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** reservationList-all.xml 16 Jun 2005 22:49:23 -0000 1.8 --- reservationList-all.xml 17 Jun 2005 01:00:40 -0000 1.9 *************** *** 24,28 **** <details:checkOutDate>2005-06-03</details:checkOutDate> <details:reservationDetailsSOAPEndpoint> ! http://greath.example.com/2004/reservation/OMX736" </details:reservationDetailsSOAPEndpoint> </reservation> --- 24,28 ---- <details:checkOutDate>2005-06-03</details:checkOutDate> <details:reservationDetailsSOAPEndpoint> ! http://greath.example.com/2004/reservation/OMX736 </details:reservationDetailsSOAPEndpoint> </reservation> *************** *** 33,37 **** <details:checkOutDate>2005-06-15</details:checkOutDate> <details:reservationDetailsSOAPEndpoint> ! http://greath.example.com/2004/reservation/WUH663" </details:reservationDetailsSOAPEndpoint> </reservation> --- 33,37 ---- <details:checkOutDate>2005-06-15</details:checkOutDate> <details:reservationDetailsSOAPEndpoint> ! http://greath.example.com/2004/reservation/WUH663 </details:reservationDetailsSOAPEndpoint> </reservation>
Received on Friday, 17 June 2005 01:00:48 UTC