AlarmServiceToken giving http error 500

Hello,

I’m trying to use the Protocol Integration of the MIP SDK from a linux server.

In order to build my app, I need to launch the wsdl file (SOAP API description). It was working fine in the previous versions, but I cannot get it using 2024 R1 Corporate version of XProtect.

I’m trying to get the following file:

http://xxxxxx:22331/Central/AlarmServiceToken?wsdl xxxxxx being my hostname or 127.0.0.1

Following this documentation:

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

I get the following error

HTTP 500

The server was unable to process the request due to an internal error. For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework SDK documentation and inspect the server trace logs.

following this doc : https://doc.developer.milestonesys.com/html/index.html?base=reference/protocols/alarmcommand.html&tree=tree_3.html, but with same result

With no relevant logs in the server event app.

  • The server event is running
  • The server event is listed in the registered services, the port 22331 seems ok

I would like to solve this or at least get the real error

Can anyone help ?

Many thanks

Hi,

This is already answered:

https://developer.milestonesys.com/s/question/0D5bH00000ZTcigSAD/alarmservicetoken-unavailable-with-xprotect-2024-r1

Thank you for sharing both the issue and the solution..