beyzad Posted July 7, 2009 Share Posted July 7, 2009 Hi guys. I'm using This code in my project: $soapclient = new soapclient('https://Acquirer.sb24.com/ref-payment/ws/ReferencePayment?WSDL'); $res = $soapclient->VerifyTransaction("$_POST[RefNum]",'02108762-104733');#reference number and sellerid Everything is usual. but on execute, the following error will display: Warning: SoapClient::SoapClient() [function.SoapClient-SoapClient]: I/O warning : failed to load external entity "https://Acquirer.sb24.com/ref-payment/ws/ReferencePayment?WSDL" in ... I searched this in net. but nothing found. Thanks for your help. Link to comment https://forums.phpfreaks.com/topic/165027-soap-failed-to-load-external-entity/ Share on other sites More sharing options...
ignace Posted July 7, 2009 Share Posted July 7, 2009 are you sure allow_url_fopen is on? Link to comment https://forums.phpfreaks.com/topic/165027-soap-failed-to-load-external-entity/#findComment-870350 Share on other sites More sharing options...
beyzad Posted July 8, 2009 Author Share Posted July 8, 2009 Yes. that option in enabled. Link to comment https://forums.phpfreaks.com/topic/165027-soap-failed-to-load-external-entity/#findComment-870902 Share on other sites More sharing options...
beyzad Posted July 9, 2009 Author Share Posted July 9, 2009 Please.... I really need your help. Link to comment https://forums.phpfreaks.com/topic/165027-soap-failed-to-load-external-entity/#findComment-871802 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.