C# .Net Web Service Incomplete XML doc

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sarad1978
    New Member
    • Sep 2007
    • 2

    C# .Net Web Service Incomplete XML doc

    I have a C# .Net app that returns an XML document. The problem that I can't figure out is for some reason the document doesn't completely finish writing out. The last element is left open and the end document tags are left off. I've checked and the code if definatly getting hit up but I don't see anything wrong or why it would just cut off. Any suggestions would be greatly appreciated.

    Thanks,
    Sara
  • Shashi Sadasivan
    Recognized Expert Top Contributor
    • Aug 2007
    • 1435

    #2
    Is there any sort of exception being thrown?
    If you are using the XML API it wouldnt allow such a scenario to occour

    Comment

    Working...