How can we configure Milestone VMS System with soap?

Hello,

We are working on integration between our system and Milestone VMS System via SOAP( https://doc.developer.milestonesys.com/html/ServerSOAPhelp/index.html ).

Do you have a document or sample containing methods and parameters? Because there are only 14 methods in the SOAP service reference, and we don’t know what parameters to call them.

Thanks.

This page might be helpful for you - Introduction to Soap Protocols

https://doc.developer.milestonesys.com/html/index.html?base=gettingstarted/intro_soap_protocols.html&tree=tree_3.html

It is recommended to explore the TCPVideoViewer (and underlying ServerCommandWrapper) or the simpler Login .Net SOAP (and underlying ServerCommandWrapper) sample, the sample is c# but uses pure protocol methods and can be translated into other languages and environments.

https://doc.developer.milestonesys.com/html/index.html?base=samples/tcpviewer_sample.html&tree=tree_3.html

https://doc.developer.milestonesys.com/html/index.html?base=samples/logindotnetsoap.html&tree=tree_3.html