Retrieving a sequence from an ORBit-2 client to an ORBit-1 server



Hi,

We are trying to retrieve a data sequence from an ORBit-1 server to an ORBit-2 server running on Fedora Core 1:


retval->data._maximum = size + 1;
retval->data._length = size;
retval->data._buffer = CORBA_sequence_CORBA_octet_allocbuf( retval->data._length );


Connecting the clietn tothe server works fine, but we get a communication failure when attempting to retrieve the octect sequence. Everything works fine when the server and cleint are both using ORBit 1.

Is the server incompatible with the client ?

Regards,

Peter



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]