This is Mario and this is my first post in this Forum.
I’m new in MIP SDK and I was wondering if there is anyone that has performed/tested the integration of MIP SDK (Protocol Integration) in RAD Studio environment.
I’m trying to use ServerCommandServiceWrapper to do almost login procedure but I cannot get any result.
Is there a Delphi version of the wrapper and/or some tips to execute login procedure and obtain the token?
At the moment I would like to try to bypass the ServerCommandService wrapper and try the direct interaction with the Management Server by manually writing the SOAP commands with the parameters (both in TLS and in clear mode).
Could you please give me the references on the documentation, if available?
I’m just following the Login example reported in “Protocol Integration” doc page, using both NTLM or Basic authentication but I always get “Bad Request” response.
I’m using a simple HTTPClient component that uses POST method.