getValue(); $soap_client = new SoapClient( "http://localhost/WebserverHelper/service.php?class=SoapAlarming&wsdl", array("location" => "http://$host/WebserverHelper/service.php?class=SoapAlarming") ); $soap_client->processAlarm( $inst_addr, // instance address $evt_time, // event time $evt_spec, // event specification $serv_infl, // service influence $perc_sev, // perceived severity $src_host_name, // source host name (local if null) $src_host_addr // source host address ); } }