Webhook to Soap Request Conversion

Hi,

Full disclosure, I am a complete newbie at Apigee so please be gentle.

We have a CRM solution that is outputting data via webhooks. We need to convert the webhook into a SOAP request for the destination system.

Could someone explain or point me at a guide as to how do we achieve this in Apigee?

In advance thank you for your support.

Chris.

0 1 391
1 REPLY 1

I think what you want is a REST-to-SOAP proxy

Point the webhook of your CRM system to an Apigee inbound endpoint.

Build a REST-to-SOAP proxy for that endpoint, so that the proxy manually constructs a SOAP message and transmits it to the SOAP service. Here's a tutorial:

https://community.apigee.com/articles/24743/tutorial-manual-construction-of-a-soap-to-rest-api.html

Gentle enough?

Good luck! 🙂