Skip to content

Instantly share code, notes, and snippets.

@seanbollin
Created October 25, 2010 21:20
Show Gist options
  • Save seanbollin/645788 to your computer and use it in GitHub Desktop.
Save seanbollin/645788 to your computer and use it in GitHub Desktop.
Parse SOAP responses with wildcard namespace
var attributes:XMLList = XML(evt.currentTarget.data).*::Body.*::SearchGlobalDevicesResponse.*::SearchGlobalDevicesResult.*::Status;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment