nikefido Posted April 3, 2008 Share Posted April 3, 2008 Can anyone point me in the right direction as to where to possibly debug this error? Warning: SoapClient::SoapClient() [function.SoapClient-SoapClient]: I/O warning : failed to load external entity "https://api.authorize.net/soap/v1/Service.asmx?WSDL" in /home/plotter/public_html/PHP/api_authorize_net_soap_v1.php on line 1788 (and saying line 1788 isn't helpful lol). I'm using authorize.net's ARB code and I get this error trying to run a test transaction. Link to comment https://forums.phpfreaks.com/topic/99381-soap-failed-to-load-external-entity-error/ Share on other sites More sharing options...
nikefido Posted April 3, 2008 Author Share Posted April 3, 2008 this is all my code is to reproduce the error: <?php $ms = new SoapClient('https://apitest.authorize.net/soap/v1/Service.asmx?WSDL'); ?> Link to comment https://forums.phpfreaks.com/topic/99381-soap-failed-to-load-external-entity-error/#findComment-508526 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.