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