Array Input on WebService - Empty

Hi,

I’m developing an interface that receives a Structure that contains an Array. When I test the Developer works and returns all the items in the array but when testing in SoapUI the array is empty. I generated the WSDL for RPC.

It is not possible to receive arrays by RPC or is there some trick to funionar?

I saw the thread http://www.wmusers.com/forum/showthread.php?4019-Calling-webMethods-webservice-from-NET-using-SOAP-RPC but did not realize what to do.

My structure seems like:

A
B
array of C

At service entry the A and B have values but array C is empty.

Thanks in advance.