i want to create some service that will run as simple process and will give some other application the possibility to send him xml stream.
What i mean is to create
Just use C# Sockets that listen for connections from the other process and write a custom XML file receiver.