Error: no transport found, or selected transport is not yet supported!
when I call a webservice this error will happen.
here's my code:
include("lib/bankmellat/nusoap.php");
$client = new \bankmellat\nusoap_client('https://pgwstest.bpm.bankmellat.ir/pgwchannel/services/pgw?wsdl');
$namespace = 'http://interfaces.core.sw.bps.com/';
$parameters = array();
$parameters['terminalId'] = $terminalId;
$parameters['userName'] = $userName;
.
.
.
$result = $client->call('bpPayRequest', $parameters , $namespace);
echo '<h2>Error!!</h2><pre>' . $client->getError(); . '</pre>';
ubuntu 12.04
apache2
PHP 5.3.10
cURL Enabled on php - version : 7.21.3
cURL supported protocols : dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, ldaps, pop3, pop3s, rtsp, smtp, smtps, telnet, tftp
I must say that I implemented this code on another servers with almost similar qualifications and they are working still!
Please help to fix this..guys! thnx.