关于soap模块的问题
 发布于 7 年前  作者 helloHT  2326 次预览  最后一次回复是 7 年前  来自 问答 

查了网上关于node与webservice对接的方式,找到了soap模块,我现在调用这个模块发送请求时 soap.createClient(url, function(err, client) { client.XXXXXXXX(args, function(err, result) { console.log(‘result’,result); }); }); 图片.png

result返回No root element found in xml

在网上找不到相关的资料,有哪位大佬了解的吗?