I note that your unit test for the currency convertor is failing on my
fork - it simply never creates the enumerated currency type. I
haven't looked into if it's a problem in the main branch too yet.
I've started a reporting services library that uses Phing and
wsdl2phpgenerator to do it's magic:
https://packagist.org/packages/chriskl/phpssrs
Will look into unit tests asap and send a pull request later.
If you have the energy, please look into whether or not all unit tests
are currently passing on the main project?
I've also improved your composer.json, so wsdl2phpgenerator can
actually be composed in in other projects:
https://github.com/chriskl/wsdl2phpgenerator/blob/master/composer.json
I've used this technique in my own phpssrs project:
https://github.com/chriskl/phpssrs/blob/master/composer.json
My main complaint about wsdl2phpgenerator is that it uses those nasty
parameter classes, rather than just putting the parameters directly on
the soap method call...any chance of a command line switch that does
that?
Cheers,
Chris