client = new soap_client($webservice_url); $this->client->response_timeout = 7600; } public function &call($method_name, &$args) { return $this->client->call($method_name, $args); } }