| |
phpsoa |
Hi, In my job, the production environment does not allow that PHP has write I wrote a code that allows the WSDL file is created in another directory. Just i defined a WSDL_DIR before the "include 'SCA.php'; " Like this: <?php and, in "SCA/soap/ServiceRequestHandler.php", after the line 47... //uses the dir defined in WSDL_DIR to write wsdl I would like to make this code public for community. Thanks
access to the public folders.
So I have many problems with the dynamically creation of the WSDL file by
SCA.
...........
define('WSDL_DIR', '../../wsdl/');
........
include "SCA/SCA.php";
...........
class Test{
............
if (defined('WSDL_DIR')){
$wsdl_filename = dirname($calling_component_filename) . WSDL_DIR .
"$class_name.wsdl";
$calling_component_filename);
|
|
ServiceRequestHandler.php.valverde 5K Download |