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

Mark logic database connection in Jasper server v6.x


JasperTechie

Recommended Posts

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Hi Hozawa,

Appreciate your quick response!

I need to directly fetch data from Mark logic data base and create Jasper Reports.

So, it would be more helpful if you can share your inputs on creating a connection to Mark logic database in Jasper server.

 

Thanks for your time.

Link to comment
Share on other sites

  • 2 years later...

I connect to marklogic following steps

1) Create Data Adapter, select Web Service from the dropdown list

2) Data Adapter Configuration:

Server URL: http://localhost:8010 (This is my HTTP srver I created IN MarkLogin Admin, make sure you select authentication as application-level)

Connection Type: get

Langauge: xml

Authentication: basic

3) Data set Query Editor Dialogue:

Language: WebServiceQuery

Base Url: /news.xqy  (news.xqy is a my own query)

Content Type: JSON

Click on fields tab and click on "Get Server Response"

and you will see the results populated.

 

 

 

 

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...