Jump to content

Soap: failed to load external entity


beyzad

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.