Hi
Is this possible to call Eikon web service without necessary to install Eikon on PC?
The idea is we created an asp.net c# application and call webservice url and expected return result in JSON format.
The sample may similar to Dex2 sample by inputting the asset class, fields list, request parameters, and display parameters. But just call the web service url include the parameters above without EIKON application installed.
If this is possible, may be have sample code for me to try. And how to input the user and password from webservice. Because I am sure the webservice required to validate user and password before returning the JSON result.
Thanks.