.net - nonstandard namespace in corba idl -
i'm using iiop.net connect corba servers. servers enterprise level machines , deployed world renowned vendors, implement standard corba idl files. more specifically, of them conform 3gpp standards.
in 3gpp standard idl files pragma prefix defined 3pggsa5.org. i've used idl cls compiler, comes along iiop.net, generate dll. gets generated same namespace i.e. 3pggsa5.org. dll unusable in .net because namespace starts integer.
if try , put underscore before 3, .net recognized can't connect corba server interface or idl has changed now. i've read somewhere namespaces generated java classes corba idls same corba/idl namespaces. should problem there well. 3gpp standards industry level standards, , not possible don't work. missing something?
kindly help. thanks.
you need proper idl compiler prefixes bad namespaces (3gpp) proper char. then, code work ;)
or change namespace in idl files yourself.
Comments
Post a Comment