Server type: Essential++ (C-Code) with no encryption.
I am trying to send a SOAP request from C++ Ubuntu environment by using gSOAP library.
I started by generating the C++ client-side proxy code from the WSDL file in http://{host:port}/ManagementServer/ServerCommandService.svc?wsdl
So find below a code snippet that reports the following error:
Error -1 fault: SOAP-ENV:Client[no subcode]
"End of file or no input: "
Detail: [no detail]
My questions:
- Is it possible to call “GetVersion” for ManagementServer/ServerCommandService.svc without any authentication?
- Any input on the error I am getting?
