- From: Arthur Ryman via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 25 Jan 2006 18:27:03 +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-serv7517/test-suite/documents/good/ServiceReference-1G Modified Files: reservationDetails.wsdl reservationList.wsdl Log Message: corrected SOAP namespace from http://www.w3.org/2005/08/wsdl/soap12 to http://www.w3.org/2005/08/wsdl/soap Index: reservationList.wsdl =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/ServiceReference-1G/reservationList.wsdl,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** reservationList.wsdl 9 Nov 2005 19:36:33 -0000 1.7 --- reservationList.wsdl 25 Jan 2006 18:27:01 -0000 1.8 *************** *** 5,9 **** xmlns:details="http://greath.example.com/2004/schemas/reservationDetails" xmlns:list="http://greath.example.com/2004/schemas/reservationList" ! xmlns:wsoap="http://www.w3.org/2005/08/wsdl/soap12" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" --- 5,9 ---- xmlns:details="http://greath.example.com/2004/schemas/reservationDetails" xmlns:list="http://greath.example.com/2004/schemas/reservationList" ! xmlns:wsoap="http://www.w3.org/2005/08/wsdl/soap" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" *************** *** 57,61 **** <binding name="reservationListSOAPBinding" interface="tns:reservationListInterface" ! type="http://www.w3.org/2005/08/wsdl/soap12" wsoap:protocol="http://www.w3.org/2003/05/soap/bindings/HTTP"> --- 57,61 ---- <binding name="reservationListSOAPBinding" interface="tns:reservationListInterface" ! type="http://www.w3.org/2005/08/wsdl/soap" wsoap:protocol="http://www.w3.org/2003/05/soap/bindings/HTTP"> Index: reservationDetails.wsdl =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/ServiceReference-1G/reservationDetails.wsdl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** reservationDetails.wsdl 9 Nov 2005 19:36:33 -0000 1.6 --- reservationDetails.wsdl 25 Jan 2006 18:27:01 -0000 1.7 *************** *** 4,8 **** xmlns:tns="http://greath.example.com/2004/services/reservationDetails" xmlns:wdetails="http://greath.example.com/2004/schemas/reservationDetails" ! xmlns:wsoap="http://www.w3.org/2005/08/wsdl/soap12" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" --- 4,8 ---- xmlns:tns="http://greath.example.com/2004/services/reservationDetails" xmlns:wdetails="http://greath.example.com/2004/schemas/reservationDetails" ! xmlns:wsoap="http://www.w3.org/2005/08/wsdl/soap" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" *************** *** 47,51 **** <binding name="reservationDetailsSOAPBinding" interface="tns:reservationDetailsInterface" ! type="http://www.w3.org/2005/08/wsdl/soap12" wsoap:protocol="http://www.w3.org/2003/05/soap/bindings/HTTP"> --- 47,51 ---- <binding name="reservationDetailsSOAPBinding" interface="tns:reservationDetailsInterface" ! type="http://www.w3.org/2005/08/wsdl/soap" wsoap:protocol="http://www.w3.org/2003/05/soap/bindings/HTTP">
Received on Wednesday, 25 January 2006 18:27:24 UTC