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.

Hi @garyfrancis.collantes

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?


If so please can you click the 'Accept' text next to the appropriate reply? This will guide all community members who have a similar question.

Thanks,


AHS


Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,
AHS

Upvotes
Accepted
79.4k 253 52 74

@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
79.4k 253 52 74

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