[wsf-c-dev] Additions to PHP API to support Dynamic client
James Clark
james at wso2.com
Fri Dec 15 01:56:58 PST 2006
On Fri, 2006-12-15 at 04:25 -0500, nandika at wso2.com wrote:
> Hi,
>
> One more option is added to the options array for dynamic client.
>
> "wsdl"=>"wsdl file location"
>
> wsdl file location can be a url.
Would that go through the PHP I/O layer? IIRC, the PHP SOAP extension
has code that plugs in the PHP I/O layer into libxml2's I/O interface.
> Then the operations defined in wsdl can be invoked by calling
> the WSClient with appropriate arguements.
Hmm. What if the WSDL has an operation whose name clashes with the name
of one of our methods? The current PHP SOAP ext SoapClient prefixes all
its methods with a double underscore, so that it is not likely to
encounter this problem. But we don't do that, so I would say that the
proxy has to be a distinct object.
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?
James
More information about the Wsf-c-dev
mailing list