Invoke Remote Methods
Invoke methods on an object as if it were a local object
Stub handles all of the transport-level messaging and data marshaling
cmso_var->get_attr(my_token, so_id, buffer, attr);
} catch (const cMSO::InvalidSOID& userEx) {
cerr << "Invalid Server ID" << endl;
} catch (CORBA::SystemException &sysEx) {
cerr << "Unexpected system exception" << endl;