Hi There,
I can't see to see a way to pass in the service name using the ETA API. I assume that is a mandatory field?
Richard
Hello @Neon
Can you give us more detail as follows?
If you are using the ETA Java, you can check the ETA Java Tutorial 4 which gives you the basic idea of how to request data using RIC and Service Name. You can download the tutorial source code here.
@Neon
Typically, ETA uses a service ID instead of a service name.
Therefore, the application needs to map a service name to a service ID from the service information in the source directory messages.
To use a service name in ETA, you need to use the ETA Value Added with the watchlist enabled. You can check the watchlist consumer example in the RTSDK package. For example, this is from the ETA C Value Added Developer guide.