Web Service complex type ArrayOfArrayOfString

Hello!

I need to create a webservice function with a multidimensional array of strings as param.

The right complexType is ArrayOfArrayOfString.

Is it possible to have this kind of data type in Yii?

Or do I need to serialize data into a string?

Thanks in advance,

Marco

I think is possible. I never tried passing ArrayOfArrayOfString, but I tried passing objects and worked properly.

Consuming service in PHP I can declare param as object.

The problem appears when consuming service in VB.NET

For this I cannot help you, but maybe a serialize and passign as a string will avoid you some headache.