aharui commented on issue #819: URL: https://github.com/apache/royale-asjs/issues/819#issuecomment-622698597
I didn't actually run this example, but the first thing I looked for was the use of the data property. In Royale, the JS runtime does not know about fancy types like XML and Proxy so they must be explicitly cast/typed. So try something like: ``` (data as XML).baseJobInfos.jsName; ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
