tags:

views:

84

answers:

4

Hi,

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?

Thank you.

-Laxmidi

+1  A: 

If OpenX talks over HTTP, I highly recommend Fiddler or another HTTP debugging proxy for debugging communications.

Michael Brewer-Davis
Hi Michael,Thank you for the recommendation. I appreciate it. -Laxmidi
Laxmidi
I use Charles (http://www.charlesproxy.com/), works great for me.
Pieter Kuijpers
+1  A: 

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 [email protected]

ryanstewart
Hi Ryan,Thank you for the reply. The new features in Flex 4 look very useful. They should make life much easier. But, I'm going to hold off on upgrading until I've got my project finished. -Laxmidi
Laxmidi
You can use the new tool with the 3.4 framework so you don't have to completely change your project. But you are still using a beta tool.
ryanstewart
A: 

I would use tcpdump or wireshark to capture the data and dump the information.

KARASZI István
Hi,Thank you for the message. Wireshark looks very powerful, but with a bit of a learning curve. I went with ServiceCapture because it is built for RIA developers, it runs on a mac, and the GUI is simple. http://kevinlangdon.com/serviceCapture/I really appreciate the fact that you took time to help me. Thank you.-Laxmidi
Laxmidi
A: 

I went with ServiceCapture http://kevinlangdon.com/serviceCapture/.

It's pretty simple to use.

-Laxmidi

Laxmidi