Hi, I'd like to use Any in an idl like this: typedef sequence<any> AnySeq; invoke(in AnySeq parameters); In this case, do I have to compile the idl with the -Wba option or not? Previously I omitted this flag and everything worked fine. /Tamas