Can one instance of a WCF service pass work on to another instance where this 2nd instance would rep

Posted by Matt on Stack Overflow See other posts from Stack Overflow or by Matt
Published on 2010-05-21T00:05:26Z Indexed on 2010/05/21 0:10 UTC
Read the original article Hit count: 553

Filed under:
|
|

Let's say I have 2 instances of the same web services.

Is there a way that I can have the second instance of the web service perform a task at the behest of the first instance of the WCF service and reply directly to the original requester? I could code this and include logic in WCF-A to contact WCF-B under the right conditions and then passback the result, but returning to the requester directly from WCF-B would be easier.

Also, I made a handy dandy chart. alt text

© Stack Overflow or respective owner

Related posts about wcf

Related posts about c#