如何使用xsi将xml元素转换为json:nil = true。
示例:
XML:
<Element1>10</Element1>
<ELement2 xsi:nil=true/>
JSON:
{
Element1: 10,
Element2: null
}
我正在使用PayloadFactory生成json。
答案 0 :(得分:1)
您可以简单地使用数据映射器中介[1]进行XML到JSON的转换。对于自定义映射,您可以使用WSO2 Developer Studio ESB工具[2]
的UI[1] https://docs.wso2.com/display/ESB500/Data+Mapper+Mediator
[2] https://docs.wso2.com/display/ESB500/Using+Data+Mapper+Mediator+in+WSO2+ESB