Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "BPS50"

(Web Services Data Source)
Line 1: Line 1:
== Web Services Data Source ==
+
= Web Services Data Source =
  
 
This project aims to provide Web Services Data Source ODA implementation for BIRT  
 
This project aims to provide Web Services Data Source ODA implementation for BIRT  

Revision as of 20:51, 31 January 2007

Web Services Data Source

This project aims to provide Web Services Data Source ODA implementation for BIRT


Specification Leads

Gary Xue, Actuate Corp.

Lin Zhu, Actuate Corp.


Description

The BIRT Web Services Data Source is an ODA extension that enables BIRT (and other Eclipse DTP/ODA enabled application) to query SOAP-based web services and use the query response as a source of reporting data.

Revision History

2007-1-31 [Gary Xue]: Initial draft

1. Introduction

The BIRT Web Services Data Source is an ODA extension that enables BIRT (and other Eclipse DTP/ODA enabled application) to query SOAP-based web services and use the query response as a source of reporting data.

The Web Services ODA (WS-ODA) extension is built on top of the DTP/XML data source (XML-ODA). The WS-ODA driver reuses XML-ODA driver’s XML to relational data mapping facility to handle the tabular conversion (“flattening”) of SOAP response data. The WS-ODA driver therefore has a dependency on the XML-ODA driver.

2. Features and Requirements

3. Web Services ODA Data Source Specification

4. Web Services ODA Data Set Specification

Back to the top