I'm developing a Non Interactive Publisher with the Electron API.
I publish to and ADN into a service named "MY_PUB".
In order to publish, I need a dictionary. I want to download this dictionary from the ADH (or from an ADS). But if my NIP is not already publishing, the service MY_PUB is absent on the ADH and I have the below error message:
12:44:14.777 [pool-9-thread-1] INFO c.h.f.t.s.ReutersPlatformService - Dictionary status message received: provider=Provider_2_4, serviceName=MY_PUB, itemName=RWFFld, itemState=Closed / Suspect / None / 'Service name of 'MY_PUB' is not found.'
12:44:14.778 [pool-9-thread-1] INFO c.h.f.t.s.ReutersPlatformService - Dictionary status message received: provider=Provider_2_4, serviceName=MY_PUB, itemName=RWFEnum, itemState=Closed / Suspect / None / 'Service name of 'MY_PUB' is not found.'
How am I supposed to download the dictionary?