The issue I am facing is via the API.
I am unable to get a response for any valid value via the IntradayPricingExtractionRequest.
Wed Aug 21 17:30:00 CEST 2019:DEBUG:Sending request: CONNECT hosted.datascopeapi.reuters.com:443 HTTP/1.1
Wed Aug 21 17:30:00 CEST 2019:DEBUG:Receiving response: HTTP/1.0 200 Connection established
Wed Aug 21 17:30:00 CEST 2019:DEBUG:Tunnel to target created.
Wed Aug 21 17:30:00 CEST 2019:DEBUG:Attempt 1 to execute request
Wed Aug 21 17:30:00 CEST 2019:DEBUG:Sending request: POST /RestApi/v1/Extractions/ExtractWithNotes HTTP/1.1
Wed Aug 21 17:32:00 CEST 2019:DEBUG:Connection closed
Wed Aug 21 17:32:00 CEST 2019:DEBUG:Closing the connection.
Wed Aug 21 17:32:00 CEST 2019:DEBUG:Connection closed
Wed Aug 21 17:32:00 CEST 2019:DEBUG:Connection shut down
Wed Aug 21 17:32:01 CEST 2019:ERROR:Exception in request: org.apache.http.NoHttpResponseException: The target server failed to respond
Wed Aug 21 17:32:01 CEST 2019:ERROR:An error occurred [The target server failed to respond], see error log for details
Wed Aug 21 17:32:01 CEST 2019:INFO:Error getting response for [https://hosted.datascopeapi.reuters.com.Extract:Request 1]; org.apache.http.NoHttpResponseException: The target server failed to respond
But if I send an invalid request I do get a response
{
"@odata.context": "https://hosted.datascopeapi.reuters.com/RestApi/v1/$metadata#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.ExtractionResult",
"Contents": [ {
"IdentifierType": "Isin",
"Identifier": "TEST11111",
"Error": "Not found"
}],
"Notes": ["All identifiers were invalid. No extraction performed."]
}Can you please help me out with this.