- From: Arthur Ryman via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 09 Nov 2005 19:36:37 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/documents/good/Chameleon-3G In directory hutz:/tmp/cvs-serv21427/test-suite/documents/good/Chameleon-3G Modified Files: getBalance.wsdl Log Message: Updated WSDL 2.0 namespaces to 2005/08 version. Begin work on test suite coverage reports. Index: getBalance.wsdl =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/Chameleon-3G/getBalance.wsdl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** getBalance.wsdl 27 May 2005 18:11:22 -0000 1.2 --- getBalance.wsdl 9 Nov 2005 19:36:35 -0000 1.3 *************** *** 1,9 **** <?xml version="1.0" encoding="UTF-8"?> <wsdl:description xmlns:tns="http://example.org/getBalance/" ! xmlns:wsdl="http://www.w3.org/2005/05/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/05/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/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> *************** *** 22,26 **** <wsdl:interface name="getBalanceInf"> <wsdl:operation name="getBalance" ! pattern="http://www.w3.org/2005/05/wsdl/in-out"> <wsdl:input element="tns:custInfo" /> <wsdl:output element="tns:accInfo" /> --- 22,26 ---- <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" />
Received on Wednesday, 9 November 2005 19:36:50 UTC