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. Quote 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? Quote 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. Quote 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. Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.