Conversion REST to SOAP

pratysin
Participant IV

Hi Team,

I have a scenario where a REST service is coming and hitting a legacy system which is written is SOAP. So my query is : How we can do the conversion from REST to SOAP. In Edge it has been given for SOAP to REST so was wondering if i miss anything.

Thanks

Pratyush

0 1 136
1 REPLY 1

Not applicable

You need to frame the rest request payload to the soap payload format using assignmessage and json to XML conversion or combination of policies with extract variable and assignmessage or javascrip policy. if you need the response in rest then you can again frem the response, if not required then can do simple passthrough response.