Archived

This forum has been archived. Please start a new discussion on GitHub.

Accessing a Java Server from a C# Client

Dear All
I am a newbie to ICE and am prototyping ICE to be used in our application.

I have managed to successfully connect from a Java client running in one host to a Java server running in a different host. The dependencies I had on my client was the Ice.jar and the server jars. The dependent classes were generated by Slice2Java.

However, the real client for the Java server is in C#. Can you please tell me how do I go about generating C# client classes and what is the procedure for invoking the client ?


Thanks
Rags

Comments

  • matthew
    matthew NL, Canada
    Did you take a look at the C# demos? I would use the hello client demo as a basis for your test.