Inter-app communication in C#
-
i am very new to .Net and have decided to use C# in my next development project. my existing software is written in C++ and uses named pipes to communicate between appz. this existing app (which has the unfortunate acronym of "PMS" server) needs to updated to use SOAP messages over a tcp/ip network. currently the PMS uses serial communication. since xml serialization is so easy in .net and i already have all the necessary message classes, i am going to build a tcp communication layer outside of the PMS (did i mention i hate the name?!) i was hoping to utilize my existing pipe server in the PMS to communicate with this new C# app. any thoughts on the best way to approch this?? -613 "Code Poet" "Real programmers don't work from 9 to 5. If any real programmers are around at 9am it's because they were up all night."