Jump to content

wsdl


csckid

Recommended Posts

I was accessing a wsdl file, using php, using normal php SoapClient code.

$soap=new SoapClient(WSDL_FILE_LOCATION);

 

The code ran properly in localhost. But, when I uploaded the files in my free server 000webhost.com. I get the following error

 

Fatal error:  Class 'SoapClient' not found in /home/****/public_html/myfile.php on line 12

 

The error points to SoapClient(WSDL_FILE_LOCATION); line

 

I couldn't understand the problem.

Can someone please help me out?

 

Thanks in advance

Link to comment
https://forums.phpfreaks.com/topic/223372-wsdl/
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.