[omniORB] MARSHAL from pyMarshal.cc

Duncan Grisby duncan at grisby.org
Sun May 18 13:59:11 BST 2008


On Thursday 15 May, "Marco Ferreira" wrote:

> Thing is, I'm creating something like a proxy between the corba server
> and the client, and when client connects directly to the server (no
> matter what IDL version) there's no problem at all, but when I'm in
> the middle, something goes wrong.
> How is this possible?

That suggests that the proxy has seen different IDL to the client and
server. The proxy has to unmarshal and then remarshal the call
arguments, so it must have the right IDL.

Duncan.

-- 
 -- Duncan Grisby         --
  -- duncan at grisby.org     --
   -- http://www.grisby.org --



More information about the omniORB-list mailing list