2002/ws/desc/test-suite/documents/good/Feature-1G bank.wsdl,1.2,1.3

Update of /sources/public/2002/ws/desc/test-suite/documents/good/Feature-1G
In directory hutz:/tmp/cvs-serv6776/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.2
retrieving revision 1.3
diff -C 2 -d -r1.2 -r1.3
*** bank.wsdl	4 Jul 2006 20:11:46 -0000	1.2
--- bank.wsdl	4 Jul 2006 20:13:36 -0000	1.3
***************
*** 1,6 ****
  <?xml version="1.0" encoding="UTF-8"?>
! <description targetNamespace=" http://example.com/bank"
  	xmlns="http://www.w3.org/2006/01/wsdl"
! 	xmlns:tns=" http://example.com/bank">
  
  	<documentation>
--- 1,6 ----
  <?xml version="1.0" encoding="UTF-8"?>
! <description targetNamespace="http://example.com/bank"
  	xmlns="http://www.w3.org/2006/01/wsdl"
! 	xmlns:tns="http://example.com/bank">
  
  	<documentation>
***************
*** 19,23 ****
  		</operation>
  		<operation name="depositFunds"
! 			pattern=" http://www.w3.org/2004/03/wsdl/in-out">
  			<!-- This operation requires notarization -->
  			<feature ref="http://example.com/notarization "
--- 19,23 ----
  		</operation>
  		<operation name="depositFunds"
! 			pattern="http://www.w3.org/2004/03/wsdl/in-out">
  			<!-- This operation requires notarization -->
  			<feature ref="http://example.com/notarization "
***************
*** 32,36 ****
  		<feature ref="http://example.com/ISO9001" required="true" />
  		<!-- This binding also requires notarization -->
! 		<feature ref=" http://example.com/notarization" required="true" />
  	</binding>
  
--- 32,36 ----
  		<feature ref="http://example.com/ISO9001" required="true" />
  		<!-- This binding also requires notarization -->
! 		<feature ref="http://example.com/notarization" required="true" />
  	</binding>
  

Received on Tuesday, 4 July 2006 20:13:44 UTC