gpt4 book ai didi

coldfusion - Web 服务错误 - SAXParseException

转载 作者:行者123 更新时间:2023-12-04 06:43:47 28 4
gpt4 key购买 nike

这是我的 Coldfusion Web 服务。当我使用soapUI工具调用'test'时,我收到了这个
"<ns1:stackTrace xmlns:ns1="http://xml.apache.org/axis/">org.xml.sax.SAXParseException: Premature end of file."
错误。

谁能帮我解决这个问题?我已经在网上搜索过,但没有运气。任何代码问题?

我需要使用 <cfproperty>标签?

<cfcomponent output="false">

<!--- initialisation --->
<cffunction
name="init"
output="false"
hint="return an initialized object.">

<!--- Return THIS reference. --->
<cfreturn THIS />

</cffunction>

<!--- ping --->
<cffunction
name="test"
access="remote"
returntype="numeric"
output="false"
hint="return an true = 0.">

<!--- declare local variables --->
<cfset var local = 0 />

<!--- Return 0. --->
<cfreturn local />

</cffunction>

</cfcomponent>

最佳答案

几个问题:你在 CF9 上吗?当您直接调用它时会发生什么(不是通过 SoapUI,而是作为浏览器中的 http 调用)?

此外,我强烈建议不要在函数中使用“Local”作为变量名 - CF9 引入了一些关于变量在函数内的作用域的变化,并将其用作该受限作用域的名称。

关于coldfusion - Web 服务错误 - SAXParseException,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3935399/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com