error to connect soap server in php
i am working on shopping cart project, i need globalpay integration . i got the sample code and run in my localhost it shows me error this.
Warning: SoapClient::__construct() [function.SoapClient---construct]: SSL: fatal protocol error in C:\wamp\www\exampls\PHP Web Ser开发者_如何转开发vice Sample (Credit Card) 4.0.0\PHP Web Service Sample (Credit Card) 4.0.0\globalpay.inc.php on line 37
i enabled soap server in php.ini
.
My guess is that you need to install the OpenSSL extension for PHP.
精彩评论