For a deeper look into our DataScope Select SOAP API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
322 5 12 16

my connection to the API times out. I am using a Java program.

I am trying to access the URL https://hosted.datascopeapi.reuters.com/RestApi/v1/Authentication/RequestToken from my java program using jav.net library, java version 1.7. I am not using Visual Studio. My request always times out. I do not get an error message. Is my ID being blocked by your firewall? Is this a problem with the SSL connection?

dss-rest-apidatascope-selectdssjavarest-api
icon clock
10 |1500

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

1 Answer

Upvotes
Accepted
488 12 12 26

The REST API load balancers support only TLS 1.0. This will be addressed later in 2015. Until then, make sure that you are pointing to TLS 1. To override Java's default settings, add a command line argument, such as:

Dhttps.protocols=TLSv1

icon clock
10 |1500

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

Note: TLS 1.2 is supported since early 2016.

Click below to post an Idea Post Idea