我不知道我做错了什么,我想我会像 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">