[omniORB] Sequence of Sequence of any

Kevin Wooten kwooten@itracs.com
Thu, 12 Jul 2001 09:38:34 -0700


I would like to return a two dimensional sequence of any values as:

typdef sequence<any> any_seq;
typedef sequence<any_seq> anygrid;

IDL lets me create it. I can fill up the structure on the server just
fine. I can even use it in the function that filled it up, as a test.
Although when I try to return it to the client, omniORB passes an
exception to the client instead. Does anybody know why?

Kevin Wooten
iTRACS Corporation
email: kwooten@itracs.com
phone: 480-557-8000 ext. 132
=20