Hello,
May I know if there is alternative way for Java to "Posting data to TR Contribution Channel"?
Thanks.
Rgds,
Gil
To post data to TRCC using EMA Java, EMAJava which supports Encrypted Connection type is need. The latest package, Elektron-SDK1.1.1.java.eload, does not support this connection type so it cannot be used to post data to TRCC. Fortunately, EMA is open source and thesource code which supports Encrypted Connection type is available on thomsonreuters/Elektron-SDKGithub already. This mentions in EMA_Configuration_Guide on Thomson Reuters Developers Community
To build the EMA libraries from the source code, please refer toREADME.md under Java folder on the thomsonreuters/Elektron-SDKGithub. Set the application uses RSSL_ENCRYPTEDChannelType in EmaConfig.xml. Unfortunately, EMA Javaexample to Post data to TR Contribution Channel is not available currently. Pleaserefer to EMAConsumer - Posting data to TR Contribution Channel in EMA C++ tutorial forhow to implement EMA Java application to post data to TRCC.
Hello @gil.law,
Did you mean another programming language (e.g. C/C++) or another API products (e.g. RFA) for posting data to TRCC?
Hi @Nipat Kunvutipongsak,
Thanks for your reply. Let me clarify From https://developers.thomsonreuters.com/elektron/elektron-sdk-cc/learning?content=26452&type=learning_material_item, we learnt that the API "Posting data to TRCC" only supports C++.
Since we are using Java only, what can we do if we want to "post data to TRCC"?
Thanks,
Ifyou face any problems, you can contact the EMA development team directly via https://github.com/thomsonreuters/Elektron-SDK/issues. Thenclick "New issue" button. This will help to speed upthe solution and allow you to follow up with the development team directly.
The associated case (06415890) has been closed.
This works! Thank you.