question

Upvotes
Accepted
1 0 0 0

DACS station API

I am trying to use DACS station API e.g.:http://server:port/DacsWS/DacsWebServiceService?wsdlCan you help me to connect our application to DACS station API. It would be very helpful if you can tell me what credentials we have to pass while using API. I have read the documentation found inhttps://developers.refinitiv.com/en/api-catalog/refinitiv-real-time/dacs-station-apiThey are using some libraries to connect to DACS station API. Can you tell me where to get the package used in tutorial.

I just downloaded and checked the example code provided in documentation. It is using library to run the code. Can you provide the library, example code is using. It would be very helpful If we could get technical support more than link to documentation.

image001.png

#technologyapiDACS
image001.png (230.0 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
Accepted
83.1k 281 53 77

@garyfrancis.collantes

Thank you for reaching out to us.

This is a Web Service API.

The code is created from the DACS Station API - Quick Start Guide - Java page. You need to follow the steps mentioned on the DACS Station API - Quick Start Guide - Java page to add the Web Service Client Reference.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
83.1k 281 53 77

@garyfrancis.collantes

You can also use the wsimport tool in JDK 1.8 to generate those files for you.

wsimport -keep http://<DACS SERVER>:8080/DacsWS/DacsWebServiceService?wsdl


icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.