- From: Arthur Ryman via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 04 Jul 2006 20:11:50 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/documents/good/Feature-1G In directory hutz:/tmp/cvs-serv4633/test-suite/documents/good/Feature-1G Modified Files: bank.wsdl Log Message: removed leading space from uri's Index: bank.wsdl =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/Feature-1G/bank.wsdl,v retrieving revision 1.1 retrieving revision 1.2 diff -C 2 -d -r1.1 -r1.2 *** bank.wsdl 30 Jun 2006 03:59:45 -0000 1.1 --- bank.wsdl 4 Jul 2006 20:11:46 -0000 1.2 *************** *** 13,19 **** required="true" /> <operation name="withdrawFunds" ! pattern=" http://www.w3.org/2004/03/wsdl/in-out"> <!-- This operation must have ACID properties --> ! <feature ref=" http://example.com/transaction" required="true" /> </operation> --- 13,19 ---- required="true" /> <operation name="withdrawFunds" ! pattern="http://www.w3.org/2004/03/wsdl/in-out"> <!-- This operation must have ACID properties --> ! <feature ref="http://example.com/transaction" required="true" /> </operation> *************** *** 21,25 **** pattern=" http://www.w3.org/2004/03/wsdl/in-out"> <!-- This operation requires notarization --> ! <feature ref=" http://example.com/notarization " required="true" /> </operation> --- 21,25 ---- pattern=" http://www.w3.org/2004/03/wsdl/in-out"> <!-- This operation requires notarization --> ! <feature ref="http://example.com/notarization " required="true" /> </operation> *************** *** 27,34 **** <binding name="BankSOAPBinding" ! type=" http://www.w3.org/2005/12/wsdl/soap "> <!-- This particular binding requires ISO9001 compliance to be verifiable --> ! <feature ref=" http://example.com/ISO9001" required="true" /> <!-- This binding also requires notarization --> <feature ref=" http://example.com/notarization" required="true" /> --- 27,34 ---- <binding name="BankSOAPBinding" ! type="http://www.w3.org/2005/12/wsdl/soap "> <!-- This particular binding requires ISO9001 compliance to be verifiable --> ! <feature ref="http://example.com/ISO9001" required="true" /> <!-- This binding also requires notarization --> <feature ref=" http://example.com/notarization" required="true" />
Received on Tuesday, 4 July 2006 20:12:09 UTC