If you have a RESTful web service that uses HTTP 301 redirects to send requests like:
to the url
(as created by a service similar to the one in this question.)
Can these types of services be consumed with the WebChannelFactory and a ServiceContract? If so, how?