[omniORB] DSI Problems...
Kevin Wooten
kwooten@itracs.com
Thu, 2 May 2002 13:43:28 -0700
Using omniORB 4, I am having problems with a DSI implementation. It does =
not seem to to allow the usage of Any's as per the DSI example
the part it dies on is....
CORBA::NVList_ptr args;
orb->create_list(0,args);
CORBA::Any any;
any.replace(CORBA::_tc_string,0);
args->add_value( "", any, CORBA::ARG_IN );
request->arguments(args);
...it seems to be complaining about end of data from =
cdrMemoryStream::fetchInputData....
Those lines *appear* to be the same as the DSI sample....
Am I wrong? Has this changed for omniORB4
=20
Kevin Wooten
iTRACS Corporation
email: kwooten@itracs.com
phone: 480-557-8000 ext. 132
=20