Hello,

I'm trying to let two services communicate with eachother.
Just don't now where to start!!
Some help would be welcome.

Regards,

Q

Re: Communicating between services by Alex

Alex
Mon Jul 21 14:39:27 CDT 2008

You need to research Inter Process Communication (IPC).

IPC can be achieved by using remoting with an IPC channel (or even TCP
channel if you wanted them to communicate across machine boundaries).

I believe .NET 2.0 and above also included IO methods for named pipes, which
is another way.

I'm sure WCF has classes to replace all of the above also, but I've not
investigated it.

Plenty out there to work with anyway :-)

Regards,
~Alex



"Q" <Q@nomail.com> wrote in message
news:e29oa316IHA.4596@TK2MSFTNGP03.phx.gbl...
> Hello,
>
> I'm trying to let two services communicate with eachother.
> Just don't now where to start!!
> Some help would be welcome.
>
> Regards,
>
> Q
>



Re: Communicating between services by rowe_newsgroups

rowe_newsgroups
Mon Jul 21 17:20:38 CDT 2008

On Jul 21, 2:15=A0pm, "Q" <Q...@nomail.com> wrote:
> Hello,
>
> I'm trying to let two services communicate with eachother.
> Just don't now where to start!!
> Some help would be welcome.
>
> Regards,
>
> Q

I'm guessing you're talking about Windows services and not Web
Services, but I'll respond just in case. For a web service to
communicate with another web service it takes nothing more than adding
a reference to the other web service from the right+click menu on the
solution explorer.

Thanks,

Seth Rowe [MVP]
http://sethrowe.blogspot.com/