1

我不知道我做错了什么,我想我会像 webservice 一样调用,但它不起作用。

任务:从网络服务器端口:80756 读取 XML 内容。当我在浏览器输出中点击此网址(http://192.168.22.80:80756 )时。

<NTMonitorDoc>
<SMTPAddr>0.0.0.0</SMTPAddr>
<LineErrors>0</LineErrors>
<LogErrorsCount>0</LogErrorsCount>
<PopupErrorsCount>0</PopupErrorsCount>
<IsDTSProcRunning>1</IsDTSProcRunning>
<IsDTSMailProcRunning>0</IsDTSMailProcRunning>
<IsInboundProcRunning>0</IsInboundProcRunning>
<CTFTOErrorCount>0</CTFTOErrorCount>
</NTMonitorDoc>

冷熔代码:

<cfhttp url="http://192.168.22.80:80756" result="r">
<cfdump var="#r#" label="myResult">

冷融合输出

4

1 回答 1

1

这是来自 lucee it 的许可问题。

于 2016-01-05T18:44:47.230 回答