Search code examples
javaxmlcoldfusioncfmllucee

Coldfusion Reading XML HTTP without extension


I don't know what I'm doing wrong, I was thinking I'll call like webservice but it not working.

Task: Read XML Content from webserver port:80756. when I hit this url (http://192.168.22.80:80756) in browser output.

<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 Code:

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

Coldfusion OUTPUT


Solution

  • it was a permission issue from lucee it.