[wsf-c-dev] [jira] Updated: (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 18 01:53:44 PST 2008
[ https://wso2.org/jira/browse/WSFPHP-201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nandika Jayawardana updated WSFPHP-201:
---------------------------------------
Fix Version/s: 1.2.1
> When two WSClient objects are created on the same .php file using WSDL mode, the second client proxy calls fail
> ---------------------------------------------------------------------------------------------------------------
>
> Key: WSFPHP-201
> URL: https://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
> Assignee: Nandika Jayawardana
> Fix For: 1.2.1
>
>
> $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: https://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