Home › Forums › EN Repairs › Emails & Data › Reply To: Emails & Data
Hello,
I tested it with 1000+ Number and the popup box is looks as in bellow picture
https://pasteboard.co/1CiImtvHiawu.png
Here is my login code for Telinta login
$api_hostname = ‘mybilling.nanotelecom.org’;
$params = array(
‘login’ => GetConfig(‘TelintaUserName’),
‘token’ => GetConfig(‘TelintaToken’)
);
$verify_hostname = false;
$wsdl_base = “https://”.$api_hostname.”/wsdl”;
try {
$soap = new SoapClient($wsdl_base . ‘/SessionAdminService.wsdl’);
echo ‘
'; print_r($soap); echo '
$session_id'; print_r($soap->login($params)); exit; } catch (Exception $e) { echo '
'; print_r($e); exit; } exit; Response from error :- SoapFault Object ( [message:protected] => Login failed [string:Exception:private] => [code:protected] => 0 [file:protected] => /home/excellentnumbers/public_html/admin/includes/classes/class.remote.php [line:protected] => 4727 [trace:Exception:private] => Array ( [0] => Array ( [file] => /home/excellentnumbers/public_html/admin/includes/classes/class.remote.php [line] => 4727 [function] => __call [class] => SoapClient [type] => -> [args] => Array ( [0] => login [1] => Array ( [0] => Array ( [login] => ExcellentNumbersAPI [token] => 625f795a-44b0-4a16-9d8d-79f2b2a951da ) ) ) ) [1] => Array ( [file] => /home/excellentnumbers/public_html/admin/includes/classes/class.remote.php [line] => 393 [function] => product_remove_pincode_telinta [class] => ISC_ADMIN_REMOTE [type] => -> [args] => Array ( ) ) [2] => Array ( [file] => /home/excellentnumbers/public_html/admin/remote.php [line] => 23 [function] => HandleToDo [class] => ISC_ADMIN_REMOTE [type] => -> [args] => Array ( ) ) ) [previous:Exception:private] => [faultstring] => Login failed [faultcode] => soap:Server.Session.login.failed )