- From: Arthur Ryman via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 27 Mar 2005 16:11:55 +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-serv3669/documents/good/ServiceReference-1G Modified Files: reservationDetails.xsd reservationList.wsdl 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.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** reservationDetails.xsd 26 Mar 2005 20:34:53 -0000 1.4 --- reservationDetails.xsd 27 Mar 2005 16:11:52 -0000 1.5 *************** *** 35,39 **** <attribute name="binding" type="QName" use="required" fixed="wdetails:reservationDetailsSOAPBinding" /> - <attribute name="address" type="anyURI" use="required" /> </restriction> </complexContent> --- 35,38 ---- Index: reservationList-all.xml =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/ServiceReference-1G/reservationList-all.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** reservationList-all.xml 26 Mar 2005 20:33:58 -0000 1.3 --- reservationList-all.xml 27 Mar 2005 16:11:52 -0000 1.4 *************** *** 16,20 **** <details:reservationDetailsService interface="wdetails:reservationDetailsInterface"> ! <details:endpoint name="SOAP-HSG635" binding="wdetails:reservationDetailsSOAPBinding" address="http://greath.example.com/2004/reservation/HSG635"/> --- 16,20 ---- <details:reservationDetailsService interface="wdetails:reservationDetailsInterface"> ! <details:endpoint name="SOAP" binding="wdetails:reservationDetailsSOAPBinding" address="http://greath.example.com/2004/reservation/HSG635"/> *************** *** 28,32 **** <details:reservationDetailsService interface="wdetails:reservationDetailsInterface"> ! <details:endpoint name="SOAP-OMX736" binding="wdetails:reservationDetailsSOAPBinding" address="http://greath.example.com/2004/reservation/OMX736"/> --- 28,32 ---- <details:reservationDetailsService interface="wdetails:reservationDetailsInterface"> ! <details:endpoint name="SOAP" binding="wdetails:reservationDetailsSOAPBinding" address="http://greath.example.com/2004/reservation/OMX736"/> *************** *** 40,44 **** <details:reservationDetailsService interface="wdetails:reservationDetailsInterface"> ! <details:endpoint name="SOAP-WUH663" binding="wdetails:reservationDetailsSOAPBinding" address="http://greath.example.com/2004/reservation/WUH663"/> --- 40,44 ---- <details:reservationDetailsService interface="wdetails:reservationDetailsInterface"> ! <details:endpoint name="SOAP" binding="wdetails:reservationDetailsSOAPBinding" address="http://greath.example.com/2004/reservation/WUH663"/> Index: reservationList.wsdl =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/ServiceReference-1G/reservationList.wsdl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** reservationList.wsdl 26 Mar 2005 19:53:32 -0000 1.3 --- reservationList.wsdl 27 Mar 2005 16:11:52 -0000 1.4 *************** *** 6,10 **** xmlns:list="http://greath.example.com/2004/schemas/reservationList" xmlns:wsoap="http://www.w3.org/2004/08/wsdl/soap12" - xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" --- 6,9 ---- *************** *** 60,63 **** --- 59,65 ---- wsoap:protocol="http://www.w3.org/2003/05/soap/bindings/HTTP"> + <operation ref="tns:retrieve" + wsoap:mep="http://www.w3.org/2003/05/soap/mep/request-response" /> + <operation ref="tns:retrieveByConfirmationNumber" wsoap:mep="http://www.w3.org/2003/05/soap/mep/request-response" /> *************** *** 80,83 **** </service> - </description> --- 82,84 ----
Received on Sunday, 27 March 2005 16:11:55 UTC