[wsf-c-dev] [jira] Created: (WSFPHP-251) Handling Mutiple Services and multple ports in the WSDL mode

Dimuthu Gamage (JIRA) jira at wso2.org
Mon Mar 24 22:39:44 PDT 2008


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