-
PHP - communication to Refinitiv via WebSocket protocol
Hello dear community, I'm facing an issue... I am using Refinitive platform, where I am trying to fetch data from a WebSocket. First, we generate an access token through PHP, which is working fine. Then, we save it and include it in the JSON content. When calling the WSS endpoint, I'm encountering the following errors.…
-
Curl request with PHP - Where can I find parameters ?
I'm trying to make a curl request with PHP to the endpoint https://api.refinitiv.com/auth/oauth2/v1/token in order to get an access_token, which I can then use to access the other endpoints that Refinitiv provides. However, I'm encountering some difficulties. From what I understand, the following fields are mandatory: *…
-
How to use PHP in establishing websocket connection and set headers?
The client is using PHP and is able to open a WebSocket to the link http://eu-west-1-aws-1-sm.optimized-pricing-api.refinitiv.net:443/ but he asked what information he needs to send to the WebSocket to be able to log in. The installation & Configuration guide says he needs to send the following information: { "Domain":…
-
My PHP code doesn't convert continuous spaces in "dataToSign" string to generate signature
Hi, I created Pre-request script PHP code to hash dataToSign successfully in this question: how-to-generate-signature-by-curl-alone It is for "Get my top-level groups" in Postman collection. Now, I'm trying to do same on another Postman collection "Perform Synchronous Screening: Simple". In the given Javascript sample by…
-
php curl response is blank
I am initiating the integration to World-Check One and right off the bat I am facing an issue with getting no response when I make a GET request through php cURL. I have followed the postman collection, and used the php cURL that was generated in there. Postman gives the response while my code doesn't. I have tested the…
-
php return 401 Unauthorized response, but postman success
Hi, I have a class created in php, which generates a string that I send to the world-check one api to create a case, but when I consult, I get this error: GuzzleHttp \ Exception \ ClientException (401) Client error: `POST https: // rms-world-check-one-api-pilot.thomsonreuters.com / v2 / cases / screeningRequest` resulted…
-
GET cases/{caseSystemId} works in postman, always returns 401 in php
I am trying to get a simple get request to work in php, that I've accomplished with postman without issue. In postman, the outputted http code is the following: GET /v1/cases/0a599156-6eb7-1e40-9bb3-2aae00039721 HTTP/1.1 Host: rms-world-check-one-api-pilot.thomsonreuters.com Date: Fri, 06 Dec 2019 16:22:22 GMT…
-
I need help for some confusion in API so clarify for given below question.
Hi Team, I need help for some confusion clarify for given below question. * I have do screening names based on this API (WC1 API SEQ-screen-sync-simple) and its return list of matched result and case_id. I have save this case_id next time same user and screen out based on this case_id so it is consider multiple transaction…
-
How to generate Signature in PHP any one help me ?
Hi Team, How can i generate signature key(Used for api call) in php technology can any one help me please ?
-
Running PHP with Eikon API
We are running PHP on our platform, but is there no other way to access the API (say RESTful) without using Python?
-
PHP Eikon API
Hi, I need to access Eikon data from a php code (just for an internal use). Is it possible? Thanks
-
making a data uncomplete in public in php
i have a row like mehdiaghighi2003 but when i wanna write it somewhere it is too long like when i wanna take this into a list. so i wanna make it like this mehdiaghi... and place (...) instead of **ghi2003** thank you guys please help me
-
Pagination in Laravel using Vuejs, error
I am trying to add pagination feature on my blog which is created using Laravel with Vue on front-end. I was following this tutorial on vue pagination, but I am getting following error: ***[Vue warn]: Failed to mount component: template or render function not defined. found in ---> <VuePagination> <DisplayCategory> at…
-
PR=reuters.com formatting
Hello I am a long term TRKD user but I've only been recently aware of TR document entitled "TRKD News Formatting Rules". I've somehow tried to implement it. But I am now disappointed. Let me explain that we are awaiting an HTML formatting, which is, i imagine a common case. We could certainly with some hard work recognize…
-
strange result, every time returned data changes
Hi, I have a php script connecting to opencalais api but sometimes it works, somtimes it shows me errors. Everytime i refrech browser (one time i get good result without errors, another time i got errors) This is so strange. the code is about sending string content from "string array" (containing few words) to opencalais…