Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Fatal error: Uncaught SoapFault exception: [HTTP] Server Error

6 views
Skip to first unread message

chovy

unread,
Nov 17, 2006, 7:21:53 AM11/17/06
to
I get this pretty consistently in PHP...although occassionally the
request will go through.

Any ideas?

$soap = New SoapClient($this->wsdl);
$r = $soap->doGoogleSearch(
$this->api_key,
$this->query,
$this->start,
$this->max_per_page,
0,
0,
0,
0,
0,
0
);

return $r; // hash structure

chovy

unread,
Nov 18, 2006, 4:07:37 AM11/18/06
to


short of doing a recursive try {} catch ($e) {} statement is there any
way to recover or at least debug what the problem is? dumping $e isn't
very informative.

0 new messages