2002/ws/desc/test-suite build.xml,1.12,1.13

Update of /sources/public/2002/ws/desc/test-suite
In directory hutz:/tmp/cvs-serv7517/test-suite

Modified Files:
	build.xml 
Log Message:
corrected SOAP namespace from http://www.w3.org/2005/08/wsdl/soap12 to http://www.w3.org/2005/08/wsdl/soap

Index: build.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/build.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** build.xml	11 Nov 2005 06:10:51 -0000	1.12
--- build.xml	25 Jan 2006 18:27:01 -0000	1.13
***************
*** 116,119 ****
--- 116,123 ----
  		<replace dir="documents" includes="**/*.*" token="tempuri.org" value="example.org" />
  	</target>
+ 	
+ 	<target name="update-soap-ns" description="Updates the SOAP namespace.">
+ 		<replace dir="documents" includes="**/*.*" token="http://www.w3.org/2005/08/wsdl/soap12" value="http://www.w3.org/2005/08/wsdl/soap" />
+ 	</target>	
  
  	<target name="coverage-test" description="Test case for generating coverage report for a WSDL document">

Received on Wednesday, 25 January 2006 18:27:27 UTC