Expand my Community achievements bar.

Retrieving Web service method in Flex question

Avatar

Level 1
I created a method in ASP.NET C# based Web service that
returns a array of objects (each object containing string data). My
question is, is it possible to to call that method in Flex and use
the data from one of the objects in the array? in a ASP.NET web
form I can access the data with in a object inside a array no prob,
simply by doing something like this

string tmpVar = methodName()[1].classFieldName;

and I can access the data nice and easy. Is it possible to
access that same object data Flex using the same method? Any ideas,
links, suggetions, ANYTHING!! would be a huge help, I really don't
want to have to rewrite my code.



Thanx a bunch in advanced :-)
0 Replies