renderWSDL Error

Hi All,

I’m having troubles with renderWSDL method in CWebService class.

I’m using YII Framework version 1.1, and the production server is running over Microsoft Windows.

The wsdl is incomplete with the message error on line XX at column YY: expected ‘>’ and the last > is not present.

I review the framework code and I found that line: header('Content-Length: '.(function_exists(‘mb_strlen’) ? mb_strlen($wsdl,‘8bit’) : strlen($wsdl)));

In my development box with Linux that works fine.

Do I have to change the encoding in Windows?

Thank you in advance

Diego