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 sa...@apache.org on 2004/10/21 10:07:38 UTC

cvs commit: ws-axis/c/samples/client run_interoptests.sh

samisa      2004/10/21 01:07:38

  Modified:    c/samples/client run_interoptests.sh
  Log:
  Change to mach the client sample usage syntax where end URL is used
  
  Revision  Changes    Path
  1.4       +2 -2      ws-axis/c/samples/client/run_interoptests.sh
  
  Index: run_interoptests.sh
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/client/run_interoptests.sh,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- run_interoptests.sh	31 May 2004 04:04:29 -0000	1.3
  +++ run_interoptests.sh	21 Oct 2004 08:07:38 -0000	1.4
  @@ -1,8 +1,8 @@
   #!/bin/bash
   
   #get command line options
  -GET_URL="localhost"
  -GET_PORT="80"
  +GET_URL=""
  +GET_PORT=""
   while getopts u:p:h o
   do      case "$o" in
           u)      GET_URL=$OPTARG;;