BEA Logo BEA Tuxedo Release 7.1

  Corporate Info  |  News  |  Solutions  |  Products  |  Partners  |  Services  |  Events  |  Download  |  How To Buy

 

   Tuxedo Doc Home   |   Getting Started   |   Topic List   |   Previous   |   Next   |   Contents

   Tutorials for Developing a BEA Tuxedo Application

Using the Request/Response Model (Synchronous Calls)

To make a synchronous call, a BEA Tuxedo client uses the ATMI function tpcall() to send a request to a BEA Tuxedo server. The function does not invoke a BEA Tuxedo server by name; instead, it invokes a specified service, which is provided by any server that offers the service and is available. The client then waits for the requested service request to be performed. Until it receives a reply to its request, the client is not available for any other work. In other words, the client "blocks" until it receives a reply.

Using the Synchronous Request/Response Model

See Also