What is the best way to deserialize a soap response?

You could use System.Xml.Serialization.XmlSerializer for this. Some examples are available on the MS docs. Also note Microsoft released some important security risks to consider when using XmlSerializer, basically don’t deserialize …

How to implement a WebSocket connection

Hi Miguel, The syntax described in the DataMiner Development Library is correct, it is just that DIS currently does not contain the schema definition for it and as such it …

How to force finish a permanent booking

Hi Mieke, in order to resolve this you can try changing the end time by clicking on the button Adjust Time. That worked for me in the past in a …

DataMiner supported versions of MySQL server

Around 2 years ago, I have tried running DataMiner on MySQL 5.7 but noticed some issues regarding DELT. Internally we only test version 5.5 so I would not recommend upgrading …

Dashboards Sankey Diagram

The Sankey visualization was indeed linked to a dashboards component which was the ‘alpha’ version of our GQI component. You can expect the Sankey visualization to come back at some …