hey there!
The brand-new WCF-based code needs (in the meanwhile) to provide a service to a legacy code that works in plain HTTP. So that, along with new SOAPed requests, I need to tailor some oldskul-style communication (on a different port): to be able to receive plain HTTP, analyse the request body and send the plain HTTP with some body in response.
Looked at the System.ServiceModel.ServiceHost
API but couldn't find anything appropriate. Any advice will be generously accepted. It is strongly preferred to leave the legacy code as it is, do I have a real choice here? Thanks in advance!