How to modify the preflow of the API proxy for using it into a microgateway

Not applicable

Hi,

I have several SOAP services in a internal network, and I need different API proxies with differents preflow configurations. I have read that any change into the API proxy preflow won't be reflected in the microgateway, all that you need could be done using the configuration file. So, what can I do, if I need different preflows for different services but using the same microgateway instance?.

Thank you so much!

0 3 164
3 REPLIES 3

Former Community Member
Not applicable

You will need a microgateway per soap service or write a plugin that is able to distinguish between SOAP services.

Thank you! @srinandans, but, is it inefficient to have a microgateway per SOAP service?


Former Community Member
Not applicable

There are pros and cons to the approach.

1) MG is lightweight enough that you can install/run it on the same VM/infrastructure as the SOAP service.

2) Generally speaking, MG has low operational overhead. However, when you do upgrade MG, you will have to do it in more places.