[wsf-c-dev] Additions to PHP API to support Dynamic client
nandika at wso2.com
nandika at wso2.com
Fri Dec 15 01:25:42 PST 2006
Hi,
One more option is added to the options array for dynamic client.
"wsdl"=>"wsdl file location"
wsdl file location can be a url.
Then the operations defined in wsdl can be invoked by calling
the WSClient with appropriate arguements.
For example
If the wsdl defines an "add" operation with 2 int params and
returns an int, it can be invoked by calling
$result = WSClient->add(10,10);
Thanks
Nandika
More information about the Wsf-c-dev
mailing list