views:

64

answers:

1

Could someone tell me how to view the XML to be sent via web reference while debugging Visual Studio (i.e. see the actual XML with all tags too?) I'm having a "There is an error in this XML Document (4, 56)." error.

Any help would be much appreciated.

+1  A: 

Any HTTP debugging tool should suffice, e.g. Fiddler

Matti Virkkunen
Perfect, thanks. Will give you a tick in a moment.
David Archer