[wsf-c-dev] Dynamic Client API [ PHP ]

nandika nandika at wso2.com
Mon Dec 18 22:06:08 PST 2006


Proxy Object Constructor
WSClientProxy(array options, string interface);

Returns a proxy that can be used for Dynamic invocation for the
Specified interface. Options array is similar to options passed
in WSClient constructor. Options array is mandatory with the option
"wsdl"=>"wsdl file location".
If the wsdl file contains more than one interface, user should specify the
interface.

WSClientProxy::__getClient();
returns the underlying WSClient Object.

Additions to WSClient API

WSClient::getProxy(string interface)

returns the WSClientProxy object for the specified interface.

Then user can invoke the operations on WSClientProxy object with
appropriate parameters.

-- Nandika





More information about the Wsf-c-dev mailing list