[wsf-c-dev] [jira] Created: (WSFPHP-201) When two WSClient objects
are created
on the same .php file using WSDL mode, the second client proxy calls fail
Nandika Jayawardana (JIRA)
jira at wso2.org
Mon Feb 4 07:31:00 PST 2008
When two WSClient objects are created on the same .php file using WSDL mode, the second client proxy calls fail
---------------------------------------------------------------------------------------------------------------
Key: WSFPHP-201
URL: http://wso2.org/jira/browse/WSFPHP-201
Project: WSO2 WSF/PHP
Issue Type: Bug
Components: WSDL Mode
Affects Versions: Current (nightly)
Environment: Linux/Windows
Reporter: Nandika Jayawardana
$client0 = new WSClient(array("wsdl"=>"a.wsdl"));
$proxy0 = $client0->getProxy();
$proxy0->method();
$client1 = new WSClient(array("wsdl"=>"b.wsdl"));
$proxy1 = $client1->getProxy();
$proxy1->method1();
When a script as above is executed, the second call fails with the error message
Cannot redeclare wsf_process_wsdl()
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the Wsf-c-dev
mailing list