Author: Didier.Donsez@ieee.org This example tests a C# client invoking operations on a CORBA (java) server by using .NET Remoting IiopChannel (http://remoting-corba.sourceforge.net/) The CORBA ORB is the one included in J2SE SDK1.4.1 cd ..\hello build runorbd runserver cd ..\dotnet_iiopchannel REM edit build.bat file to set REMOTINGCORBA_HOME env variable> REM install http://remoting-corba.sourceforge.net/ in %REMOTINGCORBA_HOME% dir> build runclient