- From: Arthur Ryman via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 25 Jan 2006 18:32:49 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/documents/good/Chameleon-2G In directory hutz:/tmp/cvs-serv8860/test-suite/documents/good/Chameleon-2G Modified Files: getBalance.wsdl Log Message: Updated WSDL namespaces to CR date: 2006/01 Index: getBalance.wsdl =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/Chameleon-2G/getBalance.wsdl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** getBalance.wsdl 9 Nov 2005 19:36:36 -0000 1.3 --- getBalance.wsdl 25 Jan 2006 18:32:47 -0000 1.4 *************** *** 1,9 **** <?xml version="1.0" encoding="UTF-8"?> <wsdl:description xmlns:tns="http://example.org/getBalance/" ! xmlns:wsdl="http://www.w3.org/2005/08/wsdl" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://example.org/getBalance/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ! xsi:schemaLocation="http://www.w3.org/2005/08/wsdl ../../../xmlcatalog/wsdl/wsdl20.xsd http://www.w3.org/2001/XMLSchema ../../../xmlcatalog/xsd/XMLSchema.xsd"> <wsdl:documentation> --- 1,9 ---- <?xml version="1.0" encoding="UTF-8"?> <wsdl:description xmlns:tns="http://example.org/getBalance/" ! xmlns:wsdl="http://www.w3.org/2006/01/wsdl" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://example.org/getBalance/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ! xsi:schemaLocation="http://www.w3.org/2006/01/wsdl ../../../xmlcatalog/wsdl/wsdl20.xsd http://www.w3.org/2001/XMLSchema ../../../xmlcatalog/xsd/XMLSchema.xsd"> <wsdl:documentation> *************** *** 39,43 **** <wsdl:interface name="getBalanceInf"> <wsdl:operation name="getBalance" ! pattern="http://www.w3.org/2005/08/wsdl/in-out"> <wsdl:input element="tns:custInfo" /> <wsdl:output element="tns:accInfo" /> --- 39,43 ---- <wsdl:interface name="getBalanceInf"> <wsdl:operation name="getBalance" ! pattern="http://www.w3.org/2006/01/wsdl/in-out"> <wsdl:input element="tns:custInfo" /> <wsdl:output element="tns:accInfo" /> *************** *** 45,49 **** <wsdl:operation name="register" ! pattern="http://www.w3.org/2005/08/wsdl/in-out"> <wsdl:input element="tns:newCustomer" /> <wsdl:output element="tns:customerId" /> --- 45,49 ---- <wsdl:operation name="register" ! pattern="http://www.w3.org/2006/01/wsdl/in-out"> <wsdl:input element="tns:newCustomer" /> <wsdl:output element="tns:customerId" />
Received on Wednesday, 25 January 2006 18:33:06 UTC