You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by gd...@apache.org on 2002/03/11 15:02:39 UTC

cvs commit: xml-axis/java/test/wsdl/interop3/docLit build.xml

gdaniels    02/03/11 06:02:39

  Modified:    java/test/wsdl/interop3/docLit build.xml
  Log:
  Point at correct WSDL to get the whitemesa service, which seems to work
  better than the mssoapinterop one.
  
  Revision  Changes    Path
  1.10      +1 -1      xml-axis/java/test/wsdl/interop3/docLit/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/test/wsdl/interop3/docLit/build.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- build.xml	11 Mar 2002 05:06:04 -0000	1.9
  +++ build.xml	11 Mar 2002 14:02:39 -0000	1.10
  @@ -18,7 +18,7 @@
       <property name="testname" value="docLit"/>
   
       <!-- generate skeletons -->
  -    <wsdl2java url="http://www.whitemesa.com/r3/InteropTestDocLit.wsdl"
  +    <wsdl2java url="http://www.whitemesa.net/wsdl/r3/interoptestdoclit.wsdl"
                  output="${root.dir}/build/work" skeletonDeploy="yes"
                  serverSide="yes"/>