'Alo Community
I'm a seasoned Flex (RIA) developer looking to create a web-based armory application via RIA and I'm interested in knowing how others have been successful at the following:
- Pulling armory data
- Retrieving icons (I presume these would be from a local MPQ file or the like)
It's not necessary that the implementation details be discussed using Flex but rather that a good explanation of how to retrieve the data is presented. In other words, the explanation can be technology agnostic. Here are some questions along the lines of what I'm wondering:
1) Are there web services available to hit for pulling armory data or do you have to get the data via some other means?
2) Where are the WoW icons stored and how can I retrieve them?
Thanks for your time!
EDIT: I was able to find the means to pull data from the OLD armory but I'm interested in pulling data for the new one. For those interested, the old armory URLs appeared as follows:
http://armory.worldofwarcraft.com/#character-sheet/[server]/[character]
If you simply dropped the '#' prior to "character-sheet" you would be returned the XML data backing the armory page instead of HTML. The new armory doesn't work this way however.