I create a small application with the TRESTClient, TRESTRequest, and TRESTResponse to interogate SOAP Service.
Soap service have url='http://192.168.1.74/JavaReportService/ManticoreWebReport?wsdl' and 3 methods.
How can obtain the list of this 3 methods using RESTResponse.client.getEntityList('http://192.168.1.74/JavaReportService/ManticoreWebReport?wsdl') ?
When compiling obtain an "E2531 Method GetEntityList() requires explicit type argument(s)" and I don't know how can I handle this error.
I don't have experience with that components.
Thanks for help.