[omniORB] interoperability of DII requests

BaileyK at schneider.com BaileyK at schneider.com
Fri Jul 6 16:22:03 BST 2007


Have you tried using CORBA::WString rather than CORBA::String?  Just a
guess.


   CORBA::String_var arg = (const char*)"Echo!";
        ^^^^^^^^^
   CORBA::Request_var req = obj->_request("echoString");
   req->add_in_arg() <<= arg;
   req->set_return_type(CORBA::_tc_wstring);
   req->invoke();

---
Kendall Bailey
Engineering & Research
Schneider National, Inc.




More information about the omniORB-list mailing list