Because I just came into contact with outsystems, I don't know it very well.
I am using (soaprequest. Getcurrentclient()) to send a request to the HTTPS website of the web service site and get the following error:
Screenshot of my code
I hope there can be a solution,
Thank you for your support
Have you considered importing a wsdl file and thus creating a SOAP webservice in Outsystems instead of writing the code yourself?
Check out the docs: https://success.outsystems.com/Documentation/11_x_platform/Extensibility_and_Integration/SOAP
I am also curious as to why you are using an extention. Perhaps there is no other way, please inform us.
I had to use an extention too at a certain point. But i never used SoapRequest. Just configured a service with a WSDL, which configured all actions and necessary classes.
after that you only need to instantiate that class, set an url and authorization (binding) and call the action.