Since Endpoint.publish creates / uses a lightweight http server (as described here), is there a way to get access to said web server and, say, deploy a single html document at what would normally be the document root?
So if I did
Endpoint.publish("http://0.0.0.0:1234/webService");
Could I get the web server object and tell it to reply with index.html when somebody browses to http:/my.ip.add.res:1234/?