SOAP_Client($path, 0); } function &lagURL($inputString) { return $this->call("lagURL", $v = array("inputString" => $inputString), array("namespace" => "urn:URLServer", "soapaction" => "urn:URLServer#urlserver#lagURL", "style" => "rpc", "use" => "encoded")); } } $w = new URLServerPort(); echo $w->lagURL("http://no2.php.net/manual/en/function.htmlentities.php");