- From: Arthur Ryman via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 30 Apr 2005 23:32:18 +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-serv14129/documents/good/ServiceReference-1G Modified Files: reservationDetails.xsd reservationList.xsd reservationList-all.xml Added Files: reservationServiceReferences-HSG635.xml Log Message: Updated test cases to correct service and endpoint references for LC117. --- NEW FILE: reservationServiceReferences-HSG635.xml --- <?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/2004/08/wsdl" xmlns:wsdli="http://www.w3.org/2004/08/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/2004/08/wsdl ../../../xmlcatalog/wsdl/wsdl20.xsd http://www.w3.org/2004/08/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> Index: reservationDetails.xsd =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/ServiceReference-1G/reservationDetails.xsd,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** reservationDetails.xsd 27 Mar 2005 16:11:52 -0000 1.5 --- reservationDetails.xsd 30 Apr 2005 23:32:16 -0000 1.6 *************** *** 6,9 **** --- 6,10 ---- xmlns:wdetails="http://greath.example.com/2004/services/reservationDetails" xmlns:wsdl="http://www.w3.org/2004/08/wsdl" + xmlns:wsdli="http://www.w3.org/2004/08/wsdl-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.w3.org/2001/XMLSchema ../../../xmlcatalog/xsd/XMLSchema.xsd"> *************** *** 12,15 **** --- 13,19 ---- schemaLocation="../../../xmlcatalog/wsdl/wsdl20.xsd" /> + <import namespace="http://www.w3.org/2004/08/wsdl-instance" + schemaLocation="../../../xmlcatalog/wsdl/wsdl20-instance.xsd" /> + <element name="confirmationNumber" type="string" /> *************** *** 30,34 **** </element> ! <complexType name="ReservationDetailsEndpointType"> <complexContent> <restriction base="wsdl:EndpointType"> --- 34,38 ---- </element> ! <complexType name="ReservationDetailsSOAPEndpointType"> <complexContent> <restriction base="wsdl:EndpointType"> *************** *** 39,51 **** </complexType> <complexType name="ReservationDetailsServiceType"> <complexContent> <restriction base="wsdl:ServiceType"> <sequence> ! <element name="endpoint" ! type="tns:ReservationDetailsEndpointType" /> </sequence> <attribute name="interface" type="QName" use="required" fixed="wdetails:reservationDetailsInterface" /> </restriction> </complexContent> --- 43,71 ---- </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> Index: reservationList.xsd =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/ServiceReference-1G/reservationList.xsd,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** reservationList.xsd 26 Mar 2005 20:33:58 -0000 1.4 --- reservationList.xsd 30 Apr 2005 23:32:16 -0000 1.5 *************** *** 29,33 **** <element ref="details:checkInDate" /> <element ref="details:checkOutDate" /> ! <element ref="details:reservationDetailsService" /> </sequence> </complexType> --- 29,33 ---- <element ref="details:checkInDate" /> <element ref="details:checkOutDate" /> ! <element ref="details:reservationDetailsSOAPEndpoint" /> </sequence> </complexType> Index: reservationList-all.xml =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/ServiceReference-1G/reservationList-all.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** reservationList-all.xml 27 Mar 2005 16:11:52 -0000 1.4 --- reservationList-all.xml 30 Apr 2005 23:32:16 -0000 1.5 *************** *** 14,23 **** <details:checkInDate>2005-06-27</details:checkInDate> <details:checkOutDate>2005-06-28</details:checkOutDate> ! <details:reservationDetailsService ! interface="wdetails:reservationDetailsInterface"> ! <details:endpoint name="SOAP" ! binding="wdetails:reservationDetailsSOAPBinding" ! address="http://greath.example.com/2004/reservation/HSG635"/> ! </details:reservationDetailsService> </reservation> --- 14,20 ---- <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> *************** *** 26,35 **** <details:checkInDate>2005-06-01</details:checkInDate> <details:checkOutDate>2005-06-03</details:checkOutDate> ! <details:reservationDetailsService ! interface="wdetails:reservationDetailsInterface"> ! <details:endpoint name="SOAP" ! binding="wdetails:reservationDetailsSOAPBinding" ! address="http://greath.example.com/2004/reservation/OMX736"/> ! </details:reservationDetailsService> </reservation> --- 23,29 ---- <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> *************** *** 38,47 **** <details:checkInDate>2005-06-11</details:checkInDate> <details:checkOutDate>2005-06-15</details:checkOutDate> ! <details:reservationDetailsService ! interface="wdetails:reservationDetailsInterface"> ! <details:endpoint name="SOAP" ! binding="wdetails:reservationDetailsSOAPBinding" ! address="http://greath.example.com/2004/reservation/WUH663"/> ! </details:reservationDetailsService> </reservation> --- 32,38 ---- <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>
Received on Saturday, 30 April 2005 23:32:23 UTC