[wsf-c-dev] [jira] Resolved: (WSFPHP-251) Handling Mutiple Services
and multple ports in the WSDL mode
Dimuthu Gamage (JIRA)
jira at wso2.org
Thu Mar 27 14:40:44 PDT 2008
[ https://wso2.org/jira/browse/WSFPHP-251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dimuthu Gamage resolved WSFPHP-251.
-----------------------------------
Resolution: Fixed
Both client side and server side are fixed.
For server side we are giving two more option to let the user to input service name and port name, so construction of WSService may look like this,
$svc = new WSService(array("operations" => $ops.,
"serviceName" => "MyService",
"portName" => "MyPort"));
Whenever both serviceName and portName is missing it will pick the first port of the first service in the WSDL,
if the serviceName is provided and the portName is missing it will pick the first port of the given service and vice versa( though the vice versa is not much meaningful),
This applies for both client and server side
> Handling Mutiple Services and multple ports in the WSDL mode
> ------------------------------------------------------------
>
> Key: WSFPHP-251
> URL: https://wso2.org/jira/browse/WSFPHP-251
> Project: WSO2 WSF/PHP
> Issue Type: Improvement
> Environment: Windows + linux
> Reporter: Dimuthu Gamage
> Assignee: Dimuthu Gamage
>
> Currently multiple services and multiple ports in a WSDL are handled using the "to" parameter which is not generally correct. So in order to correct this we can let the user to pick the service name and port by giving two parameters to the getProxy method like this
> $proxy = $client->getProxy("service_name", "proxy_name");
--
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