tomj 02/02/01 08:48:12
Modified: java/test/wsdl Wsdl2javaTestSuite.xml
Log:
Get the SalesRankNPrice .NET service from the net,
not from local file.
Revision Changes Path
1.64 +6 -3 xml-axis/java/test/wsdl/Wsdl2javaTestSuite.xml
Index: Wsdl2javaTestSuite.xml
===================================================================
RCS file: /home/cvs/xml-axis/java/test/wsdl/Wsdl2javaTestSuite.xml,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- Wsdl2javaTestSuite.xml 30 Jan 2002 03:59:29 -0000 1.63
+++ Wsdl2javaTestSuite.xml 1 Feb 2002 16:48:12 -0000 1.64
@@ -430,9 +430,12 @@
testcase="yes">
</wsdl2java>
- <!-- This tests .NET document/literal WSDL. -->
- <!-- <wsdl2java
url="http://www.perfectxml.net/WebServices/SalesRankNPrice/BookService.asmx?WSDL" -->
- <wsdl2java url="test/wsdl/literal/SalesRankNPrice.wsdl"
+ <!-- This tests .NET document/literal WSDL.
+ We get this WSDL file from the internet on purpose,
+ file is only for reference.
+ -->
+ <!-- <wsdl2java url="test/wsdl/literal/SalesRankNPrice.wsdl" -->
+ <wsdl2java
url="http://www.perfectxml.net/WebServices/SalesRankNPrice/BookService.asmx?WSDL"
output="build/work"
verbose="no"
skeleton="no"