Hey All,
I currently have C# clients, and I want them to talk to a Java server side running on Glassfish application server.
I am wondering if anyone has some options outside of webservices, as we are trying to cut down the amount of data we are sending across the wire.
I know their is .NET IIOP (which I can't get to compile in VS 2008), and also Hessian. Is there any other good binary remoting options to talk from a C# client to a Java Enterprise server?
Any thoughts or suggestions would be appreciated!
I currently have C# clients, and I want them to talk to a Java server side running on Glassfish application server.
I am wondering if anyone has some options outside of webservices, as we are trying to cut down the amount of data we are sending across the wire.
I know their is .NET IIOP (which I can't get to compile in VS 2008), and also Hessian. Is there any other good binary remoting options to talk from a C# client to a Java Enterprise server?
Any thoughts or suggestions would be appreciated!
Comment