How Do I Inspect the XML sent from OpenX?
I'm trying to get Flex and OpenX working together. I can get the ads to work when I view the site on a Mac using Firefox or Safari. But, if I use a PC with IE, I get error #1090 which is an XML parser failure.
Apparently, there is malformed XML. How do I check the XML that OpenX produces? What's the best way to find the nasty node?
开发者_JAVA百科Thank you.
-Laxmidi
If OpenX talks over HTTP, I highly recommend Fiddler or another HTTP debugging proxy for debugging communications.
You might also try downloading the beta of Flex 4 which includes a Network Monitor - http://anirudhs.chaosnet.org/blog/2009.06.01.html
=Ryan ryan@adobe.com
I would use tcpdump or wireshark to capture the data and dump the information.
I went with ServiceCapture http://kevinlangdon.com/serviceCapture/.
It's pretty simple to use.
-Laxmidi
精彩评论