I have newly added messageFormatter and messageBuilder similar to:
<messageFormatter contentType="application/hal+json" class="org.apache.synapse.commons.json.JsonStreamFormatter"/>
<messageBuilder contentType="application/hal+json" class="org.apache.synapse.commons.json.JsonStreamBuilder"/>
In this two files:
- [API-HOME]/repository/conf/axis/axis2.xml
- [API-HOME]/repository/conf/axis/axis2_blocking_client.xml
in API Manager version 3.0.0.
But in the APIM version 3.0.0 all changes in this files discards because any server configuration is: [API-HOME]/repository/conf/deployment.toml, reference: https://github.com/wso2/docs-apim/issues/498
What is the correct way of adding these lines ?
Thanks!