Hello,
I have created a WEB API server to communicate with an external party. The Web API Server is communicating with external parties which access my endpoints and post data into my server. I have created a POST method and a class to receive the data. I have created the code in C# in Visual Studio
The objective is to integrate the server with my SCADA system, hence I import the code as an Add-in in Zenon. The service is started in run time properly and external parties can post me data. However, I don't know how I can consume the data that I receive. As mentioned, I have created a C# class and variables that receive the data, but I need to be able to get the message and process it in Zenon!
I would very much appreciate your insights into this challenge.
Many thanks,
Jose