Error in XML Document

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi

A web method which returns a dataset works fine when the web service it
belongs to is running locally. When run on a remote server I get the
following error;

Unhandled Exception: System.InvalidOperationException: There is an error in
XML document (1, 142804). ---> System.Xml.XmlException: The 'user_email'
start tag on line '1' does not match the end tag of 'us'. Line 1, position
142823.

even though I am using the exact same db in both cases. Any ideas how to
solve this problem when the web method is running on a remote server? The
full web service code is here; www.infovis.biz/StaffWS.zip.

Thanks

Regards
 
Could it be that there is a limit on how much data a web method can return
at a time? In which case if the web method stops reading data in the middle
of a record then the xml tags won't match.

Regards
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top