I am calling a web service using Actionscript. I receive no errors
during the call and when I view a trace using I see
the request is being issued correctly and the response is being returned
correctly. In the trace, the result is formatted simply as a string but
has all of the correct tags and data.When I try and assign the data in
the structure of the event.result.whatever to responseXML (see below), I
get the dreaded Error #1009: Cannot access a property or method of a
null object reference....