Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Get BIRT reports through the web service BIRT
Get BIRT reports through the web service BIRT [message #1024000] Mon, 25 March 2013 16:03 Go to next message
PICAUD Brice is currently offline PICAUD BriceFriend
Messages: 2
Registered: March 2013
Junior Member
Hello,

I do some reports with an application and I would like get those reports in an other application. I saw that to configure the web service BIRT, we can set the server-config.wsdd. In this file we have the follow line :

<parameter name="allowedMethods" value="getUpdatedObjects"/>

I think this value : getUpdateObjects can help me to get my reports.

But I don't know how exactly works this method,can you help me?

And if this set up is not the solution, how can I get my reports, anyone has another solution?

Thank you.
Re: Get BIRT reports through the web service BIRT [message #1029789 is a reply to message #1024000] Sat, 30 March 2013 06:02 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

That method is for replacing pieces of content for things like page navigation. Can you not just use the BIRT tag libs or something like an iFrame?
Re: Get BIRT reports through the web service BIRT [message #1032678 is a reply to message #1029789] Wed, 03 April 2013 09:38 Go to previous messageGo to next message
PICAUD Brice is currently offline PICAUD BriceFriend
Messages: 2
Registered: March 2013
Junior Member
Sorry Jason Weathersby, I think my question is wrong.

The following schema explain better that I want :

P:\PDR\question web service.jpg


In my new application, I want to get reports who are in each Servlet BIRT Viewer

through the web service BIRT. But I don't want use an iFrame.

I wish this schema explain better that I want.

Thank you for your answer.
Re: Get BIRT reports through the web service BIRT [message #1766659 is a reply to message #1032678] Sat, 24 June 2017 09:17 Go to previous messageGo to next message
mayur tekade is currently offline mayur tekadeFriend
Messages: 1
Registered: June 2017
Junior Member
hello
in birt report designer 4.6.0 table border is not visible when you preview the page on web viewer
so how can add table border for column and row wise
just like simple table
<!DOCTYPE html>
<html>
<head>
<style>
table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
</style>
</head>
<body>

<table style="width:100%">
<tr>
<th>Firstname</th>
<th>Lastname</th>
<th>Age</th>
</tr>

<tr>
<td>John</td>
<td>Doe</td>
<td>80</td>
</tr>
</table>

</body>
</html>
Re: Get BIRT reports through the web service BIRT [message #1791293 is a reply to message #1766659] Wed, 27 June 2018 17:30 Go to previous message
bala kumar is currently offline bala kumarFriend
Messages: 1
Registered: June 2018
Junior Member
Hi
In my Eclipse report query, I am passing input parameter values from dynamic query, its work fine. but while i deploying the report in Tomcat, I am unable to deploy dynamic query into Tomcat. Eventhough the dynamic query was created under same datasets. one thing i notice, this dynamic query is not saved in workspace (.rtfpdesign). can someone tell how to save the dynamic query and deploly it.
Previous Topic:Problems integrating Datatables
Next Topic:SVG Image in PDF Report
Goto Forum:
  


Current Time: Tue Mar 19 08:49:30 GMT 2024

Powered by FUDForum. Page generated in 0.03062 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top