45
Views
3
Comments
How to know/specify the consumed soap version
Question

I need to know which soap version is consumed by outsystems app (1.1 or 1.2), is there a way that we can check these configurations? and what are the needed steps for changing the version ?  

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

Hi,

You can find the answer here:

https://success.outsystems.com/Documentation/11/Extensibility_and_Integration/SOAP/Consuming_SOAP_Web_Services

OutSystems provides support for consuming SOAP Web Services with WSDL 1.1 and SOAP 1.1/1.2. 

Regards,

Daniel

UserImage.jpg
Kawthar Ebrahim

Thanks Daniël. My question is how can I change the current setup to use SOAP 1.2 instead of 1.1.

Regards, 

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP


Maybe I lack the right knowledge, it is my understanding a SOAP service  is either 1.1 or 1.2.

When you consume a SOAP service in OutSystems, it can handle both. There is not configuration setting available in the platform to say the service should be processes as 1.1 or 1.2

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