Originally posted by Paul Clapham:
There's been a lot of conversation since you posted this but I'm surprised you haven't realized that the answer is:
YES.
Originally posted by Bear Bibeault:
Will it always be true that they apps reside in the same instance? A forward, even a cross-context forward cannot span servers.
In any case, it's moot here because you need to generate a new request to satisfy the expected requirements of the web service.
Originally posted by Bear Bibeault:
What's the relationship between the sender and receiver? If they're not in the same web application, a forward is out of the question.
If the receiving server is remote, you need to create a new request to it. How could it possibly have anything to do with the current request on a different server?