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
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: