I configured API service URL but I am getting error.
my service URL is: $xmlrpc= "https://swiss.infusionsoft.com:443/xmlrpc/api/";
Line 71 is... include($xmlrpc);
Line 74 is... $client = new xmlrpc_client("https://swiss.infusionsoft.com/api/xmlrpc");
Below is the error I am getting.. -------------------------- Warning: include() [function.include]: URL file-access is disabled in the server configuration in /home/content/m/o/n/monicacardone/html/ONEWEEKDIETDIRECT.COM/batchinvoices/index.php on line 71
Warning: include(https://swiss.infusionsoft.com:443/xmlrpc/api/xmlrpc.inc) [function.include]: failed to open stream: no suitable wrapper could be found in /home/content/m/o/n/monicacardone/html/ONEWEEKDIETDIRECT.COM/batchinvoices/index.php on line 71
Warning: include() [function.include]: Failed opening 'https://swiss.infusionsoft.com:443/xmlrpc/api/xmlrpc.inc' for inclusion (include_path='.:/usr/local/php5/lib/php') in /home/content/m/o/n/monicacardone/html/ONEWEEKDIETDIRECT.COM/batchinvoices/index.php on line 71
Fatal error: Class 'xmlrpc_client' not found in /home/content/m/o/n/monicacardone/html/ONEWEEKDIETDIRECT.COM/batchinvoices/index.php on line 74 -----------------------------------------