Custom Wsdl Generator

Hello,

I am trying to use custom WSDL generator since framework’s is not fully supporting all needed attributes.

Unfotunatelly, it does not seems working.

I tried to set config/main.php like so:




'CWebService' => array(

	'generatorConfig' => 'MyWsdlGenerator',

),



where MyWsdlGenerator extends CWsdlGenerator - but it always initiates framework’s CWsdlGenerator rather than MyWsdlGenerator.

Did anybody succeeded in configuring custom WSDL generator class?

Thanx a lot.

Lubos