I cannot obtain token using SOAP service. This is the request I am doing based on the WSDL example in SOAP-UI:
<soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/xmlns:xpr=http://videoos.net/2/XProtectCSServerCommand>
<xpr:Login>
<!--Optional:-->
<xpr:instanceId>80065a47-681e-4c0e-bcdf-e304f9d372b8</xpr:instanceId>
</xpr:Login>
</soapenv:Body>
</soapenv:Envelope>
I always receive an error that says: Missing mandatory field “parameters”. I thought I should provide also username, password or other parameters, but I couldn’t figure it out how should be passed.
Can somebody provide an example if a complete request? Thank you!