Re: Please advice technology

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



"Jesper, Denmark" <JesperDenmark@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:29F1CD37-A891-4EE5-AE51-493B6F6E5447@xxxxxxxxxxxxxxxx
I would like to write 2 applications. 1st app sends arguments across network
to 2nd app that returns a result, just as you would if it was within same
application.
The argument sent could be some kind of struct e.g.

What technology should I learn/ apply for being able to do this? SOAP?

Since you are asking in a .Net programming group, I assume that you have ..Net on both ends. You may wish to use Windows Communication Foundation (WCF) which will let you select various communication options (including SOAP) from a single source code by means of configuration files.

.