Expose SOAP - Customize Headers
759
Views
7
Comments
New
Data & Integrations

Hi,

When I am going to expose a SOAP, I have difficulty changing the headers. Already opened calls and saw that today is not possible to change some fields. My suggestion would be to leave the possibility to edit some specific fields, which today are locked by the platform.


An example of the field for possible change:

  • SOAPAction

Today SOAPAction is populated as follows:

<Web Service Namespace> / <Action>


Example:

POST /TestAPI/BOOrderIntegration.asmx HTTP/1.1
Host: XPTO.outsystemscloud.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://xpto.outsystemscloud.com/PaymentServices/integrateOrder"


And in this case, it would just have to be <Action>

Example:

POST /TestAPI/BOOrderIntegration.asmx HTTP/1.1
Host: XPTO.outsystemscloud.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "integrateOrder"

Already seen in some cases in the Forum, some people need this field to be null. So if you have a way to make some Header pinned items as customizable, it would help a lot!


Thanks!

Edson Marques

+1

Nice!

+1

+1

Changed the category to
Integration

Great idea!

+1