Home » HTTP » HTTP_Request » Bug #9567
soap error with ssk
Details
| Submitted | 2006-12-07 05:38 UTC |
|---|---|
| From | ehsan dot khoshbakht at gmail dot com |
| Status | Bogus |
| Package | HTTP_Request |
| PHP Version | 5.1.1 |
| OS | winxp |
| 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) }