vote up 0 vote down star

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.

flag

73% accept rate

1 Answer

vote up 0 vote down

Many soap clients won't follow redirects because you're not supposed to follow redirects on POSTs without confirmation from the user. (and all SOAP requests are POST)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.