-
Not getting response when message is sent successfully
It has been some time now working on integration of Refinitiv WebSocket's API and our core banking system, so far I am able to connect to the WebSocket without issues, I can as well send messages successfully, the challenge I am having is that, after I sent the message, I want to be able to log the response as we get…
-
I am getting 401 while calling cases/screeningRequest, please provide a sample code on Node.js
I am using node.js TS, I tried using axios, http, fetch.
-
How to setup a timeout for long time waiting response in node js?
I'm trying to set the timeout to prevent continuous running of api call. But it's not working.Here is my code. const express=require('express' const app=require('./app') const http=require('http'); const bodyParser=require('body-parser'); const cookieParser=require('cookie-parser'); const dotenv=require('dotenv'); const…
-
looking for nodeJS example vs python
Hi - for the Streaming API Quickstart for wealth. Service": "ERT_FD3_LF1" the example is provided in Python but we need it in node-js, is there any examples somewhere we can find this replica in node-js just as an example to confirm current version is $>python market_price_rdpgw_service_discovery.py --user <Machine-ID>…
-
node-js websocket sample market_price.js not working on ads version 3.5.3
We discovered node-js websocket sample market_price.js not working on ads version 3.5.3 Works fine with ads3.2 Also, Python samples work fine with both versions of ads Thought this may prove useful to help others attempting/struggling with same.
-
Feedback on the following nodejs opencalais sdk is much appreciated
Please find the link here. Thank you.
-
Elektron WebSocket API: Secure WebSocket (wss)
Is there any guidance on how do use Secure Websockets (wss) with the WebSocket API? I'm developing a web application that uses the WebSocket API, but I can't establish a connection because you have to use 'wss' when an application is secured by HTTPS. I viewed this question from 2017 and it mentions an SSL Accelerator, but…
-
Can you upload the sample node js code?
It needs to generate the token and pass it to extract the data.
-
node JS WSS connection timeout
Hi, I have been using the examples from the github repository: Websocket-api NODE JS The issue is that the socket connection does not open, but times out by default. I am using one with authentication and for the sake of simplicity, I have extracted temporary token from POSTMAN, and including that token directly in the new…
-
Node.js WebSocket sample does not update. (Python sample OK)
I downloaded the "streamingtools" zip file that contains the various websocket sample files and when trying out the Node.js samples, even though the app appears to successfully connect the websocket and login, after sending the initial ItemRequest there is no response from the server. No errors shown either... However,…
-
Are there any World-Check One Code examples? For C# .NET, etc.. ?
Are there any World-Check One Code examples? For C# .NET, etc.. ?
-
Server-Side Data Fusion API Call with Node.js
I am able to run this code fine from a client-side app: $.ajaxSetup({ beforeSend: function(xhr, settings) { xhr.setRequestHeader('Authorization', "Bearer " + myAccessToken); } }); $.ajax(myURL, { dataType: 'json', type: 'get', success: function(data, status) { dataReturned1(data); }, error: function(xhr, status, error) {…
-
Node.js webserver does not start
Following Neil Shah guide based on [GUIDE NODE.JS, EXPRESS, JADE][1], I tried to install node.js webserver, but the server does not start... C:\node\nodetest4>npm start > nodetest4@0.0.1 start C:\node\nodetest4 > node ./bin/www C:\node\nodetest4> It finishes just after launching it!! Any clue? This is the log file: 0 info…
-
What is the purpose of NodeAgent?
What is the purpose of the NodeAgent application that runs on all our Cobalt servers?