Skip to main content
Feedback

Overview of REST - SOAP Transformation Connector

Release Notes

API Management Release DateRelease TypeRelease Description
August 27, 2020EnhancementSupports handling of JSON payload with namespace in the transformation.
June 11, 2020New FeatureSupports transforming API request payload from REST(JSON) to SOAP and transforming backend SOAP response into REST(JSON).
New FeatureSupports RESTful POST messages only for transformation.

Description

  • The REST - SOAP Transformation connector transforms API request payload from REST(JSON) POST message to SOAP and vice versa.
  • As part of pre-processing, the connector processes an incoming REST(JSON) POST request and transforms it into SOAP before forwarding to backend server.
  • As part of post-processing, the connector processes a customer back-end SOAP response and transforms it into REST(JSON) response before returning to user client.
On this Page