'', 'password' => '', 'namespace' => 'urn:horde', 'timeout' => 5, 'allowRedirects' => true, 'maxRedirects' => 3, 'location' => $rpc_endpoint, 'uri' => 'urn:horde', 'exceptions' => true, 'trace' => true, ); $soap = new SoapClient(null, $rpc_options); $result = Horde_Rpc::request( 'soap', $GLOBALS['rpc_endpoint'], $GLOBALS['rpc_method'], $soap, array()); var_dump($result);