-1

I need to talk to a simple C# application (run as a sub process) to gain easy access to some Windows stuff (writing a Java to Windows layer is doable but would take to long and would not be have tested well).

The idea is now to expose the C# capabilities using a http (or a rpc version) server and talk to this server from the java side.

Is there a good and simple root to take. I am a Java pro but C# I can barely read (same with the other guys).

So if there is a simple framework to talk to both sides it would be very good.

Martin Kersten
  • 5,127
  • 8
  • 46
  • 77

1 Answers1

0

You could create a simple web service (I use WCF) and register various methods to perform any action you like.