关于soap模块的问题
查了网上关于node与webservice对接的方式,找到了soap模块,我现在调用这个模块发送请求时
soap.createClient(url, function(err, client) {
client.XXXXXXXX(args, function(err, result) {
console.log(‘result’,result);
});
});
result返回No root element found in xml
在网上找不到相关的资料,有哪位大佬了解的吗?