Hi @Dino / @Anil Sagar @ Google,
I have a question regarding SOAP to REST service transformation.
QA: Is there a way to automate the documentation for the SOAP to REST transformation for the following process without it involving a lot of custom coding?
Automating the following information:
EXAMPLE:
getOrders ->mapped to -> GET /orders
The current state is the following:
1. Front End will send the request as a SOAP Request. (Add Assign Message Policy)
2. APIGEE proxy will convert SOAP request to REST. (Extract Variable Policy)
3. APIGEE will send REST message to Backend. (Assign Message Policy to construct payload in response flow)