raja
raja

Reputation: 49

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 Service 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.

Upvotes: 0

Views: 893

Answers (1)

nuqqsa
nuqqsa

Reputation: 4521

My guess is that you need to install the OpenSSL extension for PHP.

Upvotes: 1

Related Questions