External Web Service Consumer and Array Response

I am trying to consume a .NET web service that returns an array of custom type through a LotusScript agent.

The array is defined in the WS as type XSD_ANYTYPE.

The WS is working fine as I get a response, but the problem is I cannot get a handle on the response as a LS array. How do I do this? Suggestions appreciated…

Subject: Did you get any solution for this?