根节点外部的服务调用错误文本数据

时间:2019-06-12 08:31:43

标签: node.js soap node-red

我一直在尝试使用提供的公司的WSDL向公司的SOAP服务器执行SOAP请求,但它所做的只是服务调用错误:错误:根节点外部的文本数据。行:4列:23字符:。 。我已经检查了WSDL文件,它是正确的。关于如何解决这个问题的任何想法吗?

[{“ id”:“ 18ed1af3.17dcd5”,“ type”:“ inject”,“ z”:“ 13e8dd5b.8be643”,“ name”:“”,“ topic”:“”,“ payload” :“”,“ payloadType”:“ str”,“ repeat”:“”,“ crontab”:“”,“ once”:false,“ onceDelay”:“”,“ x”:164,“ y”:843 ,“ wires”:[[“” 1579bfee.3914b“]]},{” id“:” 2addb6fb.815eea“,” type“:”肥皂请求“,” z“:” 13e8dd5b.8be643“,”名称“: “ SOAPEnvelope”,“ topic”:“”,“ wsdl”:“”,“ method”:“”,“ x”:535.5,“ y”:913,“电线”:[[“” c9033ff6.9e129“] },{“ id”:“ c9033ff6.9e129”,“ type”:“ debug”,“ z”:“ 13e8dd5b.8be643”,“ name”:“”,“ active”:true,“ console”:“ false “,” complete“:” false“,” x“:885,” y“:842,” wires“:[]},{” id“:” 1579bfee.3914b“,” type“:” function“,” z“:” 13e8dd5b.8be643“,”名称“:”“,” func“:” var newmsg = {\ n服务器:\“ enterIPHere \”,\ n选项:{},\ n标头:{\ n用户:\“ yourUsername \”,\ n密码:\“ yourPassword \” \ n},\ n有效负载:{\ n IPAddress:\“ 192.168.0.1 \” \ n},\ n正文:\ n {\ n \ n} \ n}; \ n \ n返回newmsg;“,”输出“:1,” noerr“:0,” x“:345,” y“:881,”电线“:[[”“ 2addb6fb.815eea”] ]}]

服务呼叫错误:错误:根节点外部的文本数据。行:4列:23个字符:。

0 个答案:

没有答案