Re: [PHP] Generating PHP from WSDL

2010-05-12 Thread Richard Quadling
On 12 May 2010 11:53, Gary . wrote: > Let's if anyone can come up with a non-brittle solution to this. > > In order to create the framework code for a webservice client I > have generated it from the server's wsdl. Unfortunately the wsdl > (which is out of my control) tries to use "extension base=

[PHP] Generating PHP from WSDL

2010-05-12 Thread Gary .
Let's if anyone can come up with a non-brittle solution to this. In order to create the framework code for a webservice client I have generated it from the server's wsdl. Unfortunately the wsdl (which is out of my control) tries to use "extension base=..." to say that 'B' "extends"/"inherits from