We are using Data Scope Select to import upcoming corporate actions for a list of Instruments.
The current system is still using SOAP and I am now in the process of figuring out how to translate this to using the newer REST service Api in C#.
In the old system we would use a call to "Define" to get a list of all appropriate field names for a certain event type (e.g. "DIV").
I do not find a "define" call in the SOAP documentation. I assume this is not the only difference.
How would I go about retrieving all upcoming corporate actions for a list of Instruments using SOAP? Is there a code sample for that?