Can one instance of a WCF service pass work on to another instance where this 2nd instance would rep
- by Matt
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…