我不知道我在做什么错,我想我会打电话给像webservice一样,但是它不起作用。

任务:从Web服务器端口80756读取XML内容。当我在浏览器输出中点击此URL(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>


Coldfusion代码:

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


java - Coldfusion读取不带扩展名的XML HTTP-LMLPHP

最佳答案

这是lucee的许可问题。

10-04 18:36