The process of performing a method call on a CORBA object, which
can be done without knowledge of the object's location on the network. Static
invocation, which uses a client stub for the invocation and a server skeleton
for the service being invoked, is used when the interface of the object is known
at compile time. If the interface is not known at compile time, dynamic invocation
must be used.