欢迎使用普元产品知识库,本知识库包含普元应用开发平台EOSPlatform,流程平台BPS,企业服务总线ESB,微服务平台Microservice,运维管理平台Devops,数据集成平台DI

页面树结构

欢迎使用普元文档库

Skip to end of metadata
Go to start of metadata

【问题】

ESB8.0,WS转http,报文是json转xml,在调http接口的时候 传的参数是xml么?要把json的所有内容作为一整个参数传进去还是被转换过的?

【解答】

报文都转成json,如下示例:
{"soapenv:Envelope": {
"@xmlns:soapenv": "http://schemas.xmlsoap.org/soap/envelope/",
"@xmlns:web": "http://WebXml.com.cn/",
"soapenv:Header": null,
"soapenv:Body": {"web:getCharFonts": {
"@xmlns:web": "http://WebXml.com.cn/",
"web:byFontsLength": "111"
}}
}
}

  • 无标签