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

Using JasperReports Server as SOAP Web Service Limitations


aleksandra_g

Recommended Posts

Hello Everybody,

I am using JasperReports server and I am using The SOAP Web Service to connect from asp.net application. I was able to request a report via runReport method and I am using it in HTML format which I parse and directly embed in my web page. I noticed some limitations. First the links "view" which I guess are sub-reports are not links anymore when I get the report in html format. So my question is about using sub-reports via the SOAP Web Service. Is it possible and how if yes? Also are there any well-known limitations when repots are used this way. I guess that I cannot use dynamic data manipulation like sorting, hiding columns and filtering as it is possible when viewing the report directly from the jasper reports web app?

I am really new at this and will appreciate your help.

Regards,

Alex

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Aleksandra,

The Web Services Guide says that: "The SOAP interface is no longer supported nor maintained, but it is still included in JasperReports Server for backwards compatibility. The SOAP API may be removed in future versions of the server."

The future is RESTv2.  If I were starting new with JasperReports Web Services, I'd be looking at RESTv2. You can use it with asp.net too: Look Here (http://www.asp.net/web-api/tutorials/hands-on-labs/build-restful-apis-with-aspnet-web-api).

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...