Folks,
I have an SSRS report available via a URL that is supposed to return the data in XML format. My problem is that the returned data is missing the last few characters of whatever is returned so that I get the error:
The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
End element was missing the character '>'. Error processing resource 'https://reportsuat.myfootballclub.com.au/CompMan/Memb...
Re
When I use the "View/Source" option in IE9, I can see that the last text in the code is </Details_Collection></MemberData></Re" - where it should be "</Details_Collection></MemberData></Report>".
Curiously I can run the report in BIDS and export the report to XML without any problem. Can anyone help me figure out the problem please? I'm obviously a novice thrown in at the deep end.........
Many thanks - any feedback gratefully accepted!