require_once('MyWebServiceClass.php'); // $options = array('uri' => 'http://localhost/ws/'); $options = array('uri' => 'http://la4ever.lima-city.de/soap/'); $SOAPServer = new SoapServer(null, $options); $SOAPServer->setClass('MyWebServiceClass'); $SOAPServer->handle();