OSF DCE Application Development Guide--Core Components

Developing a Simple RPC Application
1. It checks the command-line arguments for an entry name to use for its search in
the namespace.
2. It calls rpc_ns_binding_import_begin( ) to start the search in the namespace.
3. It calls rpc_ns_binding_import_next() to obtain a binding to a server.
4. It calls the greet remote procedure with a string greeting.
5. It prints the reply from the server.
The greet_client.c module is as follows:
124245 Tandem Computers Incorporated 11 17