Is it possible to send a HTTP REDIRECT response from inside the XFire SOAP server instead of a regular response?
I need this in order to redirect the client to another server based on some checking of method parameters.
Also, is redirect handling something that major SOAP clients support? I know HttpClient does, but I'm not sure about .NET clients.