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 da...@apache.org on 2004/12/16 12:10:58 UTC

cvs commit: ws-axis/c/samples/client/session/headers/sessionhandler build.sh

damitha     2004/12/16 03:10:58

  Modified:    c/samples/client/session/headers Tag:
                        release1-4-final-branch readme.txt
  Added:       c/samples/client/session/headers/sessionhandler Tag:
                        release1-4-final-branch build.sh
  Log:
  added build.sh for sessionhandler
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.2.2.2   +3 -2      ws-axis/c/samples/client/session/headers/readme.txt
  
  Index: readme.txt
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/client/session/headers/readme.txt,v
  retrieving revision 1.2.2.1
  retrieving revision 1.2.2.2
  diff -u -r1.2.2.1 -r1.2.2.2
  --- readme.txt	15 Dec 2004 14:13:28 -0000	1.2.2.1
  +++ readme.txt	16 Dec 2004 11:10:58 -0000	1.2.2.2
  @@ -22,7 +22,8 @@
   
   Linux
   
  --compile the sessionhandler using the sources in c\samples\client\session\headers\sessionhandler
  +-compile the sessionhandler using the sources in c\samples\client\session\headers\sessionhandler.
  + To do that you can use the build.sh file in there.
   
   -Run the command java org.apache.axis.wsdl.wsdl2ws.WSDL2Ws ../Counter.wsdl -o./gen_src -lc++ -sclient 
   from within c\samples\client\session\headers\sessionclient to generate the client stubs
  @@ -49,4 +50,4 @@
   CounterClient count 1 http://localhost:8080/axis/services/CounterService
   
   inspect the SOAP messages in tcpMonitor to see the values returned by the server incremented by 1 each 
  -time (as done throught the client). Counting starts at the value 97, which is set at the server side web service.
  \ No newline at end of file
  +time (as done throught the client). Counting starts at the value 97, which is set at the server side web service.
  
  
  
  No                   revision
  No                   revision
  1.1.2.1   +1 -0      ws-axis/c/samples/client/session/headers/sessionhandler/Attic/build.sh