I received the request from a client, that our webservice should send the response to a different location than the request came from. I am not sure if this is even possible, but after some search I came across "WS-Addressing" ... which seems to offer to reply to a different destination as where the request came from. Is this true, or am I wrong here?
But if so...how does this work, the second "client" doesn't even know that there is a answer for a request which was sent from a different client.
Thanks :) !
edit: Is it possible that the reply-To attribute can be used to forward the "resposne" to a different server, not client?