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:
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.
- I also tried the url http://localhost:22331/Central/AlarmServiceToken?singleWsdl
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