Help for this page
use Demo; ... ; print "Contact to SOAP server at ", $daemon->url, "\n"; $daemon->handle;
use SOAP::Lite; print SOAP::Lite ... -> proxy('http://localhost::9091') -> hi() -> result;