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?
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.
There's been a lot of conversation since you posted this but I'm surprised you haven't realized that the answer is:Originally posted by Alan Campbell:
I am rapidly coming to the conclusion it is not possible to create a new request object 'on the fly' and that the only way would be to create a brand new connection. Is this a correct conclusion?
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.
Consider Paul's rocket mass heater. |