- From: Arthur Ryman via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 26 Mar 2005 20:34:00 +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-serv12642/documents/good/ServiceReference-1G Modified Files: reservationDetails.xsd reservationList.xsd reservationList-all.xml Log Message: Refactored test case ServiceReference-1G. Index: reservationDetails.xsd =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/ServiceReference-1G/reservationDetails.xsd,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** reservationDetails.xsd 26 Mar 2005 01:34:30 -0000 1.2 --- reservationDetails.xsd 26 Mar 2005 20:33:58 -0000 1.3 *************** *** 3,9 **** --- 3,14 ---- targetNamespace="http://greath.example.com/2004/schemas/reservationDetails" xmlns:tns="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: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/2004/08/wsdl" + schemaLocation="../../../xmlcatalog/wsdl/wsdl20.xsd" /> + <element name="confirmationNumber" type="string"/> *************** *** 24,27 **** --- 29,64 ---- </element> + <complexType name="ReservationDetailsEndpointType"> + <complexContent> + <restriction base="wsdl:EndpointType"> + <attribute name="binding" type="QName" use="required" + fixed="wdetails:reservationDetailsSOAPBinding" /> + <attribute name="address" type="anyURI" use="required" /> + </restriction> + </complexContent> + </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> + </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> </schema> \ No newline at end of file Index: reservationList.xsd =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/ServiceReference-1G/reservationList.xsd,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** reservationList.xsd 26 Mar 2005 19:53:32 -0000 1.3 --- reservationList.xsd 26 Mar 2005 20:33:58 -0000 1.4 *************** *** 5,18 **** xmlns:tns="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/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"> - - <import namespace="http://www.w3.org/2004/08/wsdl" - schemaLocation="../../../xmlcatalog/wsdl/wsdl20.xsd" /> - <import namespace="http://www.w3.org/2004/08/wsdl-instance" schemaLocation="../../../xmlcatalog/wsdl/wsdl20-instance.xsd" /> --- 5,12 ---- *************** *** 22,58 **** schemaLocation="reservationDetails.xsd" /> - <complexType name="ReservationDetailsEndpointType"> - <complexContent> - <restriction base="wsdl:EndpointType"> - <attribute name="binding" type="QName" use="required" - fixed="wdetails:reservationDetailsSOAPBinding" /> - <attribute name="address" type="anyURI" use="required" /> - </restriction> - </complexContent> - </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> - </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> - <element name="reservation"> <annotation> --- 16,19 ---- *************** *** 68,72 **** <element ref="details:checkInDate" /> <element ref="details:checkOutDate" /> ! <element ref="tns:reservationDetailsService" /> </sequence> </complexType> --- 29,33 ---- <element ref="details:checkInDate" /> <element ref="details:checkOutDate" /> ! <element ref="details:reservationDetailsService" /> </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.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** reservationList-all.xml 26 Mar 2005 19:53:32 -0000 1.2 --- reservationList-all.xml 26 Mar 2005 20:33:58 -0000 1.3 *************** *** 14,23 **** <details:checkInDate>2005-06-27</details:checkInDate> <details:checkOutDate>2005-06-28</details:checkOutDate> ! <reservationDetailsService interface="wdetails:reservationDetailsInterface"> ! <endpoint name="SOAP-HSG635" binding="wdetails:reservationDetailsSOAPBinding" address="http://greath.example.com/2004/reservation/HSG635"/> ! </reservationDetailsService> </reservation> --- 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-HSG635" binding="wdetails:reservationDetailsSOAPBinding" address="http://greath.example.com/2004/reservation/HSG635"/> ! </details:reservationDetailsService> </reservation> *************** *** 26,35 **** <details:checkInDate>2005-06-01</details:checkInDate> <details:checkOutDate>2005-06-03</details:checkOutDate> ! <reservationDetailsService interface="wdetails:reservationDetailsInterface"> ! <endpoint name="SOAP-OMX736" binding="wdetails:reservationDetailsSOAPBinding" address="http://greath.example.com/2004/reservation/OMX736"/> ! </reservationDetailsService> </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-OMX736" binding="wdetails:reservationDetailsSOAPBinding" address="http://greath.example.com/2004/reservation/OMX736"/> ! </details:reservationDetailsService> </reservation> *************** *** 38,47 **** <details:checkInDate>2005-06-11</details:checkInDate> <details:checkOutDate>2005-06-15</details:checkOutDate> ! <reservationDetailsService interface="wdetails:reservationDetailsInterface"> ! <endpoint name="SOAP-WUH663" binding="wdetails:reservationDetailsSOAPBinding" address="http://greath.example.com/2004/reservation/WUH663"/> ! </reservationDetailsService> </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-WUH663" binding="wdetails:reservationDetailsSOAPBinding" address="http://greath.example.com/2004/reservation/WUH663"/> ! </details:reservationDetailsService> </reservation>
Received on Saturday, 26 March 2005 20:34:01 UTC