WSO2 ESB Stop suffix getting appended to endpoint.
When you are developing a synapse configurations, there can be some places where you do a POST request to rest end point from a proxy service. And you find that your end is get appended by some other part of the previous url end point which supposed to call the current proxy service.
You can get rid of it with this property mediator.
<property name="REST_URL_POSTFIX" scope="axis2" action="remove"/>
You can get rid of it with this property mediator.
<property name="REST_URL_POSTFIX" scope="axis2" action="remove"/>
Thank you, It helped me.
ReplyDelete