2.4.5 Step 5: The CORBA Client Application Invokes an Operation on the CORBA Object
Using the reference to the CORBA object that the factory has
returned to the client application, the client application invokes
an operation on the object. For example, now that the client
application has an object reference to the Simple object, the
client application can invoke the to_upper()
operation
on it. The instance of the Simple object required for the client
request is created as shown in the following figure.
Figure 2-9 Simple object required for the client request
