Data from Webservice: (WSDL/SOAP)

Hi there,

I have successfully managed to connect my flash through a SOAP web service (despite a lack of beginner level resources!). The problem comes from receving data back.

Strings I can handle, but integers and arrays are giving me a headache. This might be a simple problem, but im out of my depth.

I am using the following code to get the data back:


    soappResult.onResult = function(result) { 
        trace ("success");
    }

As I said earlier, this works for strings, but not for arrays or integers.

Any advice? Thanks!