[omniORB] How to call omniORBpy-client method with multiple parameters

Duncan Grisby dgrisby@uk.research.att.com
Thu, 05 Jul 2001 11:58:02 +0100


On Thursday 5 July, "Georg Lohrer" wrote:

>        oneway void fooMethod(in unsigned long, in fooStruct);

[...]
> Ah, I change to:=
> 
>         foo=client(i1, fs)

This is the correct usage. The BAD_PARAM probably means that one of
the parameters you are passing has the incorrect type. Try running
with command line arguments -ORBtraceLevel 10. That will print out
where in the C++ code the exception was thrown from, which will help
track it down.

Cheers,

Duncan.

-- 
 -- Duncan Grisby  \  Research Engineer  --
  -- AT&T Laboratories Cambridge          --
   -- http://www.uk.research.att.com/~dpg1 --