Has anyone come across this before with WCF?
A supplier of ours has a web service. The WSDL is available on http and when you create a service reference to it it configures itself for http with a http endpoint. However, the service when called the server returns an http 302 redirect to an https address. The client will barf on this with a protocol exception.
So... is a protocol switch like this something WCF can handle with a couple of config switches or are we talking a custom channel stack here to handle this?
Cheers
Matt