Hi Dojo,
What's the best way to implement a SOAP client in an automation scripts in order to get info from another DMS via web services?
Thanks in advance!
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 12th July 2023
Hi Manuel,
Is there a specific reason why you are planning to use SOAP? Is it not an option to implement this client using the JSON API? You can find some examples in DataMiner Docs
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 12th July 2023
For serialization/deserialization you can use Newtonsoft.Json framework (https://www.newtonsoft.com/json). The corresponding dlls can be found in C:Skyline DataMinerProtocolScripts
Hi Miguel, thanks for your response.
JSON API could be fine too but my doubt is related to how open the http connection and serialize/deserialize the request/response content.
Is there any library from SL to perform this actions or do I need to use standard C# libraries?