socat, simuler un serveur http qui renvoie toujours le même fichier 2014-02-11socat TCP-LISTEN:1231,crlf,reuseaddr,fork SYSTEM:"echo HTTP/1.0 200; echo Content-Type\: text/xml; echo; cat /path/to/the/file.xml"