I have a TCPListener based server application which listens for clients on a single specific port. The clients connect, send some xml, get some xml back as a response and then disconnect.
Is it at all possible to replace the TCPListener based application with a WCF service without any change to the clients? If so can anyone suggest resources which would help me to construct such a service?