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/12/09 13:06:54 UTC

cvs commit: ws-axis/c/samples/client/session/headers readme.txt

sanjaya     2004/12/09 04:06:54

  Modified:    c/samples/client/session/headers readme.txt
  Log:
  improved the readme.txt file for the soapheader based session sample.
  
  Revision  Changes    Path
  1.2       +26 -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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- readme.txt	29 Nov 2004 12:52:06 -0000	1.1
  +++ readme.txt	9 Dec 2004 12:06:53 -0000	1.2
  @@ -4,11 +4,35 @@
   3. The WSDL to the Counter service that can be used to generate both the java server side and the C++ client side.
   4. The client.wsdd needed to configure the client for the session handler
   
  +
  +
  +WIN 32
  +
  +-Use the vc workspace \c\vc\samples\client\session\Headers\Headers.dsw to compile the client side handler for this 
  +sample
  +
  +-Use WSDL2Ws to generated the client side stubs from c\samples\client\session\headers\Counter.wsdl in 
  +c\samples\client\session\headers\gen_src. Compile the client application using the vc workspace at
  +\c\vc\samples\client\session\Headers\Headers.dsw
  +
  +
  +
  +
  +Linux
  +
  +-........
  +
  +
  +
  +COMMON
  +
  +
   -Host the service in Axis java (Check c/samples/server/session/headers/readme.txt on how to do this).
   
  --Configure the client to use the provided client.wsdd from axiscpp.conf
  +-Configure the client to use the provided client.wsdd from axiscpp.conf (make appropriate changes if necessary 
  +to the client.wsdd to make it load the handler )
   
   -Run the tcpMonitor and configure it to check the conversation between the client and server
   
   -Run the client; 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.
  +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