WSO2 ESB 4.8.1 从请求中删除 charset=UTF-8
WSO2 ESB 4.8.1 remove charset=UTF-8 from request
在 WSO2 ESB 4.8.1 中,我在代理服务处收到了一个请求,其中包含以下 header:
Content-Type: text/xml;charset=UTF-8
当 ESB 向端点发送请求时,字符集字段已被删除。
如何避免 ESB 删除该字段?
我必须在发送中介之前添加下一条语句:
<property name="messageType" value="text/xml;charset=UTF-8" scope="axis2"/>
在 WSO2 ESB 4.8.1 中,我在代理服务处收到了一个请求,其中包含以下 header:
Content-Type: text/xml;charset=UTF-8
当 ESB 向端点发送请求时,字符集字段已被删除。
如何避免 ESB 删除该字段?
我必须在发送中介之前添加下一条语句:
<property name="messageType" value="text/xml;charset=UTF-8" scope="axis2"/>