Re: [ServOO-users] HTTP Error: socket read of headers timed out
Status: Beta
Brought to you by:
glodel
|
From: Ghislain <ghi...@lo...> - 2005-04-21 16:29:28
|
Corrected. Thanks.
Ghislain
Marc Boix Ricart wrote:
> 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
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: New Crystal Reports XI.
> Version 11 adds new functionality designed to reduce time involved in
> creating, integrating, and deploying reporting solutions. Free runtime
> info,
> new features, or free trial, at: http://www.businessobjects.com/devxi/728
> _______________________________________________
> servoo-users mailing list
> ser...@li...
> https://lists.sourceforge.net/lists/listinfo/servoo-users
>
|