Andy
12-06-07, 15:07
The new version of class.php5Client.php seems to have had a good effect.
A search for the obligatory "chocolate" has sped up from 19.4 seconds to around 12 seconds.
well done, nice improvement.
class.php4Client.php however appears to contain errors.
the first error is on the first line of code:
require_once('constants.inc.php');
should be:
require_once(HOME_PATH.'includes'.DIRECTORY_SEPARA TOR.'soap'.DIRECTORY_SEPARATOR.'constants.inc.php' );
require_once('nusoap/nusoap.php');
should be:
require_once('nusoap'.DIRECTORY_SEPARATOR.'nusoap. php');
But even then i get a wierdness i can't debug.
The api is returning this errorWSDL file cannot be loaded from [API_WSDL]
Not sure where to start looking for that so ive dropped my old version back in for now.
A search for the obligatory "chocolate" has sped up from 19.4 seconds to around 12 seconds.
well done, nice improvement.
class.php4Client.php however appears to contain errors.
the first error is on the first line of code:
require_once('constants.inc.php');
should be:
require_once(HOME_PATH.'includes'.DIRECTORY_SEPARA TOR.'soap'.DIRECTORY_SEPARATOR.'constants.inc.php' );
require_once('nusoap/nusoap.php');
should be:
require_once('nusoap'.DIRECTORY_SEPARATOR.'nusoap. php');
But even then i get a wierdness i can't debug.
The api is returning this errorWSDL file cannot be loaded from [API_WSDL]
Not sure where to start looking for that so ive dropped my old version back in for now.