[ServOO-users] HTTP Error: socket read of headers timed out
Status: Beta
Brought to you by:
glodel
From: Marc B. R. <mb...@ce...> - 2005-04-19 10:13:41
|
Hi! I'm yet testing my server and now I have this error: HTTP Error: socket read of headers timed out It appear in call function (servooclient.php) after call (497) $ret = $this->_soapclient->call($operation, $params, "urn:ServOO_SOAP_Server"); I've installed all the packages required for SOAP. Do you have some idea? Besides, this error isn't showed in helloworld.php, I read the message setting flags in servooclient.php. May be you should do some change like that... --- servooclient.php 2005-04-19 11:41:32.876867896 +0200 +++ servooclientnew.php 2005-04-19 11:50:50.710064360 +0200 @@ -500,6 +500,7 @@ } elseif (strpos($err,"Response not of type text/xml")!==false) { $this->error_message=$err."\n".$this->_soapclient->response; } + else $this->error_message=$err."\n"; return false; } return $ret; Cheers, Marc |