Why do we need XSP to run the daemon by invoking ASXM when you can just create a console console application (with the same code or accepted arguments)? This can be called in the terminal or called from any shell script and added to cron. A simple server is not required for this.
If you want to do this, and not the way I did, you can configure the base server instance (using nginx, lighty or apache) listing in a specific internal port, add this server to the dummy host and in cron / shell script you can to do
WGET http://dummyhost/mydaemon.asmx
source
share