- From: Arthur Ryman via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 16 Jun 2005 22:49:25 +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-serv3531/test-suite/documents/good/ServiceReference-1G Modified Files: reservationDetails.xsd reservationServiceReferences-HSG635.xml reservationList-all.xml Log Message: Updated ServiceReferences-1G for LC117. Deleted Service-7B since it is no longer schema valid. Index: reservationServiceReferences-HSG635.xml =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/ServiceReference-1G/reservationServiceReferences-HSG635.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** reservationServiceReferences-HSG635.xml 1 May 2005 15:04:00 -0000 1.2 --- reservationServiceReferences-HSG635.xml 16 Jun 2005 22:49:23 -0000 1.3 *************** *** 1,23 **** <?xml version="1.0" encoding="UTF-8"?> ! <details:reservationDetailsService interface="wdetails:reservationDetailsInterface" xmlns:details="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" - wsdli:wsdlLocation="http://greath.example.com/2004/services/reservationDetails reservationDetails.wsdl" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ! xsi:schemaLocation="http://greath.example.com/2004/schemas/reservationDetails reservationDetails.xsd ! http://www.w3.org/2005/05/wsdl ../../../xmlcatalog/wsdl/wsdl20.xsd ! http://www.w3.org/2005/05/wsdl-instance ../../../xmlcatalog/wsdl/wsdl20-instance.xsd"> - <wsdl:endpoint - name="SOAP" - binding="wdetails:reservationDetailsSOAPBinding" - address="http://greath.example.com/2004/reservation/HSG635" /> - - <wsdl:endpoint - name="SECURE-SOAP" - binding="wdetails:reservationDetailsSOAPBinding" - address="https://greath.example.com/2004/reservation/HSG635" /> - </details:reservationDetailsService> \ No newline at end of file --- 1,19 ---- <?xml version="1.0" encoding="UTF-8"?> ! <details:reservationDetailsService xmlns:details="http://greath.example.com/2004/schemas/reservationDetails" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ! xsi:schemaLocation="http://greath.example.com/2004/schemas/reservationDetails reservationDetails.xsd"> ! ! <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> </details:reservationDetailsService> \ No newline at end of file Index: reservationDetails.xsd =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/ServiceReference-1G/reservationDetails.xsd,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** reservationDetails.xsd 1 May 2005 15:04:00 -0000 1.7 --- reservationDetails.xsd 16 Jun 2005 22:49:23 -0000 1.8 *************** *** 7,10 **** --- 7,12 ---- 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"> *************** *** 13,19 **** schemaLocation="../../../xmlcatalog/wsdl/wsdl20.xsd" /> - <import namespace="http://www.w3.org/2005/05/wsdl-instance" - schemaLocation="../../../xmlcatalog/wsdl/wsdl20-instance.xsd" /> - <element name="confirmationNumber" type="string" /> --- 15,18 ---- *************** *** 34,83 **** </element> ! <complexType name="ReservationDetailsSOAPEndpointType"> ! <complexContent> ! <restriction base="wsdl:EndpointType"> ! <attribute name="binding" type="QName" use="required" ! fixed="wdetails:reservationDetailsSOAPBinding" /> ! </restriction> ! </complexContent> ! </complexType> ! ! <element name="reservationDetailsSOAPEndpoint" ! type="tns:ReservationDetailsSOAPEndpointType"> ! <annotation> ! <documentation> ! This element contains a reference to the Reservation ! Details Web Service SOAP Endpoint for this reservation. ! </documentation> ! </annotation> ! </element> ! ! <complexType name="ReservationDetailsServiceType"> ! <complexContent> ! <restriction base="wsdl:ServiceType"> ! <sequence> ! <sequence> ! <element ref='wsdl:documentation' minOccurs='0' ! maxOccurs='0' /> ! </sequence> ! <choice minOccurs='1' maxOccurs='unbounded'> ! <element ref='wsdl:endpoint' /> ! </choice> ! </sequence> ! <attribute name="interface" type="QName" use="required" ! fixed="wdetails:reservationDetailsInterface" /> ! <attribute ref="wsdli:wsdlLocation" /> ! </restriction> ! </complexContent> ! </complexType> ! <element name="reservationDetailsService" ! type="tns:ReservationDetailsServiceType"> <annotation> <documentation> ! This element contains a reference to the Reservation ! Details Web Service for this reservation. </documentation> </annotation> </element> --- 33,66 ---- </element> ! <element name="reservationDetailsSOAPEndpoint" type="anyURI" ! wsdlx:binding="wdetails:reservationDetailsSOAPBinding" /> ! <element name="reservationDetailsService"> <annotation> <documentation> ! This element contains a references to the Reservation ! Details Web Service endpoints for this reservation. </documentation> </annotation> + <complexType> + <sequence> + <element name="soap"> + <complexType> + <sequence> + <element + ref="tns:reservationDetailsSOAPEndpoint" /> + </sequence> + </complexType> + </element> + <element name="secure-soap"> + <complexType> + <sequence> + <element + ref="tns:reservationDetailsSOAPEndpoint" /> + </sequence> + </complexType> + </element> + </sequence> + </complexType> </element> Index: reservationList-all.xml =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/ServiceReference-1G/reservationList-all.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** reservationList-all.xml 1 May 2005 15:04:00 -0000 1.7 --- reservationList-all.xml 16 Jun 2005 22:49:23 -0000 1.8 *************** *** 3,10 **** xmlns="http://greath.example.com/2004/schemas/reservationList" xmlns:details="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" - 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/2005/05/wsdl ../../../xmlcatalog/wsdl/wsdl20.xsd --- 3,7 ---- *************** *** 17,23 **** <details:checkInDate>2005-06-27</details:checkInDate> <details:checkOutDate>2005-06-28</details:checkOutDate> ! <details:reservationDetailsSOAPEndpoint ! binding="wdetails:reservationDetailsSOAPBinding" ! address="http://greath.example.com/2004/reservation/HSG635" /> </reservation> --- 14,20 ---- <details:checkInDate>2005-06-27</details:checkInDate> <details:checkOutDate>2005-06-28</details:checkOutDate> ! <details:reservationDetailsSOAPEndpoint> ! http://greath.example.com/2004/reservation/HSG635 ! </details:reservationDetailsSOAPEndpoint> </reservation> *************** *** 26,32 **** <details:checkInDate>2005-06-01</details:checkInDate> <details:checkOutDate>2005-06-03</details:checkOutDate> ! <details:reservationDetailsSOAPEndpoint ! binding="wdetails:reservationDetailsSOAPBinding" ! address="http://greath.example.com/2004/reservation/OMX736" /> </reservation> --- 23,29 ---- <details:checkInDate>2005-06-01</details:checkInDate> <details:checkOutDate>2005-06-03</details:checkOutDate> ! <details:reservationDetailsSOAPEndpoint> ! http://greath.example.com/2004/reservation/OMX736" ! </details:reservationDetailsSOAPEndpoint> </reservation> *************** *** 35,41 **** <details:checkInDate>2005-06-11</details:checkInDate> <details:checkOutDate>2005-06-15</details:checkOutDate> ! <details:reservationDetailsSOAPEndpoint ! binding="wdetails:reservationDetailsSOAPBinding" ! address="http://greath.example.com/2004/reservation/WUH663" /> </reservation> --- 32,38 ---- <details:checkInDate>2005-06-11</details:checkInDate> <details:checkOutDate>2005-06-15</details:checkOutDate> ! <details:reservationDetailsSOAPEndpoint> ! http://greath.example.com/2004/reservation/WUH663" ! </details:reservationDetailsSOAPEndpoint> </reservation>
Received on Thursday, 16 June 2005 22:49:29 UTC