ID:               36394
 Updated by:       [EMAIL PROTECTED]
 Reported By:      nd_ngoka at xyratex dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         SOAP related
 Operating System: Mandrake 10.1
 PHP Version:      5.1.2
 New Comment:

I'm asking you to try the latest snapshot and to let us know if you're
still able to reproduce the problem.
I'm asking you to do it because you're using pretty oudated version
5.0.2 and there were a lot of changes since this version.


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

[2006-02-14 22:43:50] nd_ngoka at xyratex dot com

http://snaps.php.net/php5.1-latest.tar.gz

The above link contains a full version of PHP5.
Are you saying that the current PHP 5 (version 5.02) that I am using
has a bug it .


Are you recommending I uninstall the current version I have and then
build this version.

Please give me more detail on what your suggestion is.

Thanks in advance.

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

[2006-02-14 21:48:16] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5.1-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.1-win32-latest.zip



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

[2006-02-14 21:34:41] nd_ngoka at xyratex dot com

Description:
------------
I installed php5-soap-5.0.2-1mdk, apache and php5 unto my mandrake 10.1
box. I intend to use the soap feature to communicate with another soap
server, in other to receive a licence key.

When I execute the php script that communicates with the soap server, I
get the following error code :
faultcode : HTTP
fault string : Error Fetching http headers


I am not able to make sense of this error code, as it doesn't indicate
if the problem is from the server side or client side.


Your help will be grately apprieciated.

Reproduce code:
---------------
$location= "https://??????soapRegistrationServer.php";;
$soap_uri = "http://?????????soapRegistrationServer";;


$params = array('local_cert' => "?????.key",
                'location' => $location,
                'uri' => $soap_uri,
                'exceptions' => 0);
$client = new SoapClient(null,$params);
$fkparams = array('user' => "username",
                  'password' => "paswword");
$newkey = $client->__soapCall('get_key', $fkparams);
if (is_soap_fault($newkey)) {
  echo "SOAP Fault: (faultcode: ".$newkey->faultcode.", faultstring:
".$newkey->faultstring."\n";
}

echo $newkey."\n";
?>

Expected result:
----------------
The script is might to return a key

Actual result:
--------------
faultcode : HTTP
fault string : Error Fetching http headers


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


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

Reply via email to