Jump to content
We've recently updated our Privacy Statement, available here ×

mack247

Members
  • Posts

    1
  • Joined

  • Last visited

mack247's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Greetings! I am trying to implement a point solution of pulling reports out of Jasper and into an ASP.NET application. Supposedly, the current implementation of Jasper is older, and the .NET API cannot be configured without messing up the JAVA API, which is heavily used by other applications. So, I am confined to the HTTP API...which I am using per the instructions in the SDK manual. My issue is that when I receive the HTML back from the Jasper Server, it appears to be truncating somewhere around 1000 characters from the end of the HTML file that I see when I view the report at that URL directly through the Jasper Server web GUI. Without getting the full HTML file back, I will be unable to parse out the report data and I cannot proceed. Has anyone else seen this before? I have tried using all the standard C#/ASP.NET objects (WebClient, HttpWebRequest/Response, etc.) -- all with the same result. I am starting to think that the issue is somewhere on the Jasper side of things. Can anyone please lend a hand? Thanks in advance. Post Edited by mack247 at 06/04/2012 15:41 Post Edited by mack247 at 06/04/2012 15:42 Code: Post Edited by mack247 at 06/04/2012 15:44 Post Edited by mack247 at 06/04/2012 15:44
×
×
  • Create New...