Hi, another choice could be IIOP.NET (http://iiop-net.sourceforge.net/), which is similar to remoting.corba. It has been tested with WebSphere, WebLogic, JBoss, Mico, and OmniORB (AFAIK).
It is developed on .NET, but most of it works also for Mono but for a few bugs in the mcs libraries; we already have submitted bug reports (48696, 48697, 48700) and patches for these problems. -Patrik -------------------------- Patrik Reali http://iiop-net.sourceforge.net/ ----- Original Message ----- From: "Kele Turnipseed" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, October 28, 2003 2:04 PM Subject: RE: [Mono-list] Re: Bridges to SOAP and/or .NET ? > Is it possible Remoting.Corba would be acceptable? I have tested it with > ORBit (and bonobo activation) and it appears to work fine. > > http://remoting-corba.sourceforge.net/ > > > Kele > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Michael Meeks > Sent: Tuesday, 28 October 2003 10:23 PM > To: [EMAIL PROTECTED] > Cc: ORBit list; [EMAIL PROTECTED] > Subject: [Mono-list] Re: Bridges to SOAP and/or .NET ? > > > Hi Peter, > > On Mon, 2003-10-27 at 16:23, Peter Van Osta wrote: > > We are now using an ORBit based server and client for our own > > application for communication between a Linux-based server and a > > Linux-based client with a GNOME/GTK+ interface. > > > > Our system should also be integrateable into third party systems as a > > "High Content Reader", which of course should use CORBA (ORBit or > > another ORB) in the first place. But customers can have a company > > standard and only allow for ".NET" or "SOAP" for some internal reason. > > > > Has anyone ever used some kind of "bridge" between an ORBit server and a > > ".NET" or "SOAP" "client" on MS Windows ? > > The best people to ask are the mono folk I think. > > Ultimately, since CORBA is connection based, and bi-directional and > SOAP is design-strangled by the limitations of an http:// like model, > it's likely you'd need to write a mapping wrapper to provide a .Net API. > > It's possible you could use Mono to do that, > > HTH, > > Michael. > > -- > [EMAIL PROTECTED] <><, Pseudo Engineer, itinerant idiot > > _______________________________________________ > Mono-list maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/mono-list > > _______________________________________________ > Mono-list maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/mono-list > > _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
