PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTTP » HTTP_Request » Bug #9567

soap error with ssk

Details

Submitted2006-12-07 05:38 UTC
Fromehsan dot khoshbakht at gmail dot com
StatusBogus
PackageHTTP_Request
PHP Version5.1.1
OSwinxp
Roadmaps(Not assigned)

Comments

[2006-12-07 05:38 UTC] ehsan dot khoshbakht at gmail dot com

Description:
------------
require_once("nusoap.php");
$soapclient = new soapclient('https://www.pec24.com/pecpaymentgateway/eshopservice.asmx?wsdl');

Warning: SoapClient::__construct() [function.--construct]: SSL: fatal protocol error in C:\web\www\soap\e.php on line 3
object(SoapClient)#2 (2) { ["_soap_version"]=> int(1) ["sdl"]=> resource(4) of type (Unknown) }

Test script:
---------------
require_once("nusoap.php");
$soapclient = new soapclient('https://www.pec24.com/pecpaymentgateway/eshopservice.asmx?wsdl');

Warning: SoapClient::__construct() [function.--construct]: SSL: fatal protocol error in C:\web\www\soap\e.php on line 3
object(SoapClient)#2 (2) { ["_soap_version"]=> int(1) ["sdl"]=> resource(4) of type (Unknown) }

Expected result:
----------------
Warning: SoapClient::__construct() [function.--construct]: SSL: fatal protocol error in C:\web\www\soap\e.php on line 3
object(SoapClient)#2 (2) { ["_soap_version"]=> int(1) ["sdl"]=> resource(4) of type (Unknown) }

Actual result:
--------------
Warning: SoapClient::__construct() [function.--construct]: SSL: fatal protocol error in C:\web\www\soap\e.php on line 3
object(SoapClient)#2 (2) { ["_soap_version"]=> int(1) ["sdl"]=> resource(4) of type (Unknown) }