WCF encoder (i.e. binding element) that fixes isolated ampersand and malformed entity references.
In this video you can see how both RESTful services work with well-formed requests. The service is published using three endpoints .
wsHttpBinding installed at base address
custom binding installed at entityfix .
It processes POX requests, and doesn't fail if it receives
malformed entity references (as you want ;o).
webHttpBinding installed at rest.
It accepts POX requests, and fails if it receives
malformed entity references (as expected).