I'm trying to replace a legacy REST/plain old xml web service with a WCF one using webHttpBinding. It MUST be backwards compatible with existing clients - which currently do not send a content-type header in the requests.
When I point my clients at my new web service I get HTTP ERROR 415 - missing content type.
Is it possible to configure WCF so it will accept raw requests without a content-type header?