Hi.I'm trying to use a webservice within my flex applicationthat returns
an object.I get this error: warning: unable to bind to property 'DD'
onclass 'String' (class is not an IEventDispatcher)I'm using this code,
and I have other methods in the samewebservice that works, but they only
returns one String.Then I call the method
like this: [webService id].[operation name].lastResult.[name of
theObject from the wsdl file].[name of the String that i need from
thewsdl] as: getTest.getWebObject.lastRe...