44
Views
2
Comments
How to send a request to an HTTPS address using [soaprequest. Getcurrentclient()]

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

2019-10-13 21-17-43
Toine Tuerlings

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


2020-09-01 10-42-42
Stefano Valente

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.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.