Help for this page
$SOAP_SERVER = "http://my.server.com/"; $SOAP_PROXY = $SOAP_SERVER . "soap/soap_server.cgi";
$db = SOAP::Lite -> uri ( $SOAP_SERVER . "dbAccessor" ) -> proxy( $SOAP_PROXY );