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 ro...@apache.org on 2001/06/07 19:17:19 UTC

cvs commit: xml-axis/java/samples/stock testit.cmd testit.sh

robj        01/06/07 10:17:18

  Modified:    java/samples/stock testit.cmd testit.sh
  Log:
  Fix bug found by Carl Woolf.
  
  Revision  Changes    Path
  1.8       +2 -2      xml-axis/java/samples/stock/testit.cmd
  
  Index: testit.cmd
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/samples/stock/testit.cmd,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- testit.cmd	2001/05/31 12:57:22	1.7
  +++ testit.cmd	2001/06/07 17:17:10	1.8
  @@ -4,7 +4,7 @@
   java samples.stock.GetQuote -uuser1 -wpass1 XXX -s/axis/StockQuoteService.jws
   
   echo Deploy everything first
  -java org.apache.axis.client.http.HTTPAdminClient deploy.xml
  +java org.apache.axis.client.http.AdminClient deploy.xml
   
   echo These next 2 should work...
   java samples.stock.GetQuote -uuser1 -wpass1 XXX
  @@ -19,4 +19,4 @@
   java samples.stock.GetQuote -d -uuser1 -wpass1 XXX
   
   echo Now undeploy everything
  -java org.apache.axis.client.http.HTTPAdminClient undeploy.xml
  +java org.apache.axis.client.http.AdminClient undeploy.xml
  
  
  
  1.7       +2 -2      xml-axis/java/samples/stock/testit.sh
  
  Index: testit.sh
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/samples/stock/testit.sh,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- testit.sh	2001/05/31 09:22:59	1.6
  +++ testit.sh	2001/06/07 17:17:12	1.7
  @@ -2,7 +2,7 @@
   # this assumes webserver is running on port 8080
   
   echo "Deploy everything first"
  -java org.apache.axis.client.http.HTTPAdminClient deploy.xml
  +java org.apache.axis.client.http.AdminClient deploy.xml
   
   echo "These next 2 should work..."
   java samples.stock.GetQuote -uuser1 -wpass1 XXX
  @@ -17,4 +17,4 @@
   java samples.stock.GetQuote -d -uuser1 -wpass1 XXX
   
   # Now undeploy everything
  -java org.apache.axis.client.http.HTTPAdminClient undeploy.xml
  +java org.apache.axis.client.http.AdminClient undeploy.xml