PDA

View Full Version : WSDL accessible: NO???


ushop-online
03-11-09, 19:00
ShopWindow Client status
v2.000

PHP5 compatible: YES
Soap Installed and Enabled: YES
WSDL accessible: NO ( The WSDL file cannot be reached at http://api.productserve.com/v2/ProductServeService?wsdl )
API_USERID set: YES
API_USERPASS set: YES
Template folder writable: YES
Cache folder writable: YES

A perfectly working site now has this error - can anyone tell me why?
http://ushop-online.com/

ushop-online
03-11-09, 19:43
Well whatever it was has now gone!

Andy
06-11-09, 17:28
This has been known to happen. I don't know why, though.

To prevent it from happening to you, simply download a copy of the WSDL and upload to your site. Then in constants.inc.php change these lines to reflect the new cached version of the WSDL:


define('API_WSDL', 'http://api.productserve.com/v2/ProductServeService?wsdl');
define('API_NAMESPACE', 'http://api.productserve.com/');