ID:               38233
 Comment by:       a-wu at gmx dot net
 Reported By:      khalid at pixelcraze dot com
 Status:           No Feedback
 Bug Type:         SOAP related
 Operating System: FC 4
 PHP Version:      5.1.4
 New Comment:

Hi,

i've got the same bug, unfortunately.

my code (of the client)

$task = new SoapClient(...wsdlpath...);
$sec = $task->securityCheck($Username, $Password);
$id = $task->login($sec, process_id);
$bool = $task->logout($sec, $id);

Expected results:

boolean, if the action was successful or not.

Actual result:

Sometimes the process is not able to logout. I catch the exception and
get the message "Error fetching http headers" and I don't know why.

I use php 5.1.4 and apache 2.0.59.

Is there a solution to this.

Thanks,

Andre


Previous Comments:
------------------------------------------------------------------------

[2006-10-20 04:03:45] ottophobia at yahoo dot com

I am receiving these errors and have no idea what they mean or 
how to solve the problem. Can anyone help?

"Fatal error: main(): Failed opening required '/p/
prep.inc' (include_path='.:/usr/local/lib/php') in /home/
content/s/h/i/shir13/html/gallery/zoom/index.php on line 2"


Johnny

------------------------------------------------------------------------

[2006-09-28 12:38:57] horaci at gmail dot com

We are having the exact same problem, randomly, when trying to access
webservices from our SAP servers business connectors.

As far as we know, it has been working flawlesly for at least 2 months
until 3 days ago.

Any help is appreciated,
Thanks

------------------------------------------------------------------------

[2006-08-05 01:00:00] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".

------------------------------------------------------------------------

[2006-07-28 10:53:17] [EMAIL PROTECTED]

Please provide SHORT and COMPLETE reproduce script, just to be sure
that it's not a PEAR issue.

------------------------------------------------------------------------

[2006-07-28 10:47:23] khalid at pixelcraze dot com

Script requires Pear://Services_Google and a google API Key from
www.google.com/api/

<?php
require_once("Services/Google.php");
$key = "Google_Key";

for($i=1;$i<200;$i++) {

$google = new Services_Google($key);
$google->queryOptions['limit'] = 1000;
$google->search('"page '.$i.'"');
$googleRes = $google->numResults();
echo "$i: $googleRes\n";
}

?>

THe issue is that sometimes this script will run fine. Another time,
the script will die at random intervals...

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/38233

-- 
Edit this bug report at http://bugs.php.net/?id=38233&edit=1

Reply via email to