Open GoogleCodeExporter opened 9 years ago
This seems to be related to where the cache folder is created. If I put the
WSDL cache files in the same directory as my scripts, it works fine. If I put
them in the cache/ folder below that, it doesn't work. The WSDL cache file is
created either way, and is identical, but I get the error if the file is under
the cache/ folder.
Original comment by johntheb...@gmail.com
on 11 Apr 2013 at 1:49
Interesting... It seems as if the cache path must be specified with either '.'
or '/' as a first character, otherwise PhpWsdl tries to prepend the cache path
twice when it creates cache files and craps out with a PHP Warning. Curious
should read through PhpWsdl->WriteWsdlToCache(), line ~2074 (in php-wsdl-2.3).
Workaround: specify './cache' instead of 'cache' as cache dir in the
PhpWsdl::CreateInstance();
Original comment by mczyzew...@gmail.com
on 17 Jun 2013 at 11:53
Original issue reported on code.google.com by
g.pole...@planet-cards.com
on 23 Jan 2013 at 3:38