Communications/Transactions Guide and Reference

Executing an RPC transaction

Before you are ready to execute an RPC transaction the following actions must be taken :

Now you can make a connection to the execute action of the RPC Client. The action will cause a transaction to be sent to the server and the client will wait for the response. The output from the transaction is placed in the output record you provided.

The function number is associated with the RPC Client so that multiply clients can use the same connection spec to invoke the different functions that an RPC Server provides. The input and output records must match the server's definition of those records so that the server will know how to interpret the data and also that XDR can decode it correctly.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]