Search Forum
(53671 Postings)
Search Site/Articles

Archived Articles
712 Articles

C# Books
C# Consultants
What Is C#?
Download Compiler
Code Archive
Archived Articles
Advertise
Contribute
C# Jobs
Beginners Tutorial
C# Contractors
C# Consulting
Links
C# Manual
Contact Us
Legal

GoDiagram for .NET from Northwoods Software www.nwoods.com


 
Printable Version

Interprocess Communication
By Lloyd Dupont

Here is a very simple example (no more than a 20 lines in Java or C#) which shows you how to use XML-RPC (http://www.xmlrpc.com) to do interprocess communication in mixed a language environment without the need of any third party aplication like a WebServer...

There is a java client and a java server a C# client and a C# server.

Each client can speak to each server.

The 2 auxilliary library xmlrpc-1.1.jar, CookComputing.XmlRpc.dll are downloaded from the Apache-XML-RPC project and .NET XML project find on XML-RPC implementation page.

Download CS-J-Sample.zip