[wsf-c-dev] Additions to PHP API to support Dynamic client

nandika nandika at wso2.com
Mon Dec 18 03:14:13 PST 2006


>
>Is it possible for a single WSDL file to have two interfaces with the
>same method name?  If so, is it sufficient to have a single proxy?
>
>
>  
>

It is possible for a single WSDL file to have two interfaces with the 
same method name.
It is not a case that is supported by ext/soap ext.

For a solution to this problem ,
1.
    we can try to have functions invoked as
 
    $client->interface_function( arguments to the function);
    where 'interface' is the interface name and 'function' is the 
function name.

Or
2.Add another option to the options array to pass the interface name.

Since dynamic client is done using the magic method __call ,  having 
multiple proxys is not going
to solve the issue.

Thanks
Nandika






More information about the Wsf-c-dev mailing list