Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / DevGuideExamples / PortableInterceptors / SimpleCodec / README
bloba53b798b5a3935f90e71753d1af848909070aa1e
3 Portable Interceptors
6 File: DevGuideExamples/PortableInterceptor/SimpleCodec/README
9 This directory contains an example illustrating marshaling of data in
10 client and server Request Interceptors.
12 This example extends the authentication example in ../Auth. It is based on
13 the Messenger example in GettingStarted directory.  A message is
14 sent by MessengerClient and displayed by MessengerServer.  A client-side
15 portable interceptor adds an encoded (marshaled) GID to each request
16 sent to the server. A server-side interceptor verifies that the supplied
17 GID is valid.
19 How to Run
20 ----------
22 To start the server:
23 ------------------
24 ./MessengerServer
27 To start the client:
28 ------------------
29 ./MessengerClient
32 Execution via Perl Script
33 -------------------------
35 A Perl script has been created to automate the steps shown
36 above.  This script can be run via the following command:
38 ./run_test.pl