Why isn't there a OnBeforeRequest and OnAfterResponse for SOAP (like in REST); this would solve so much integration struggles.
I checked both ardoHTTP and WebService Proxy extension but could NOT find a API which will add a parameter to HTTP HEADER.Could someone help.
Any news regarding a possible solution? I'm having the same needs and there is still zero answers on the forum.
Hi
In this link you will find some help about this topic
https://success.outsystems.com/Documentation/11/Extensibility_and_Integration/SOAP/Consuming_SOAP_Web_Services/Use_Advanced_Extensibility/Example%3A_Add_an_HTTP_header
Please also check this forge component that have some samples
https://www.outsystems.com/forge/component-overview/5322/soap-extensibility-samples
Thanks
Hugo Gonçalves wrote:
Hello Hugo,
I can only use OutSystems10. Do you know if there is any way to replicate that logic onto version 10?
Diogo Mendes wrote:
The EnhancedWebReferences extension in 10 has the ability to add headers to SOAP requests.
J.Ja