westminster86 Posted February 2, 2008 Share Posted February 2, 2008 Hello again. Im using a SOAP server called sservice.php and offering data via info.wsdl. My script says that the Class 'SoapClient' is not found. Im guessing the SOAP library is not enabled in the ini file. Any ideas? Link to comment https://forums.phpfreaks.com/topic/89036-solved-about-soap/ Share on other sites More sharing options...
westminster86 Posted February 2, 2008 Author Share Posted February 2, 2008 ini file [soap] ; Enables or disables WSDL caching feature. soap.wsdl_cache_enabled=1 ; Sets the directory name where SOAP extension will put cache files. soap.wsdl_cache_dir="/tmp" ; (time to live) Sets the number of second while cached file will be used ; instead of original one. soap.wsdl_cache_ttl=86400 ; Local Variables: ; tab-width: 4 ; End: Link to comment https://forums.phpfreaks.com/topic/89036-solved-about-soap/#findComment-456005 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.