當在調用Webservice API爲GetTablesBin
方法,我發現了錯誤Web service operation GetTablesBin with parameters cannot be found.
方法無法找到調用web服務API
Webservice的調用代碼
<cfinvoke
webservice="http://www.argusmedia.com/ArgusWSVSTO/ArgusOnline.asmx?wsdl"
method="GetTablesBin"
returnvariable="binResponse">
<cfinvokeargument name="authToken" value="#AuthToken#"/>
<cfinvokeargument name="tableNames" value="#tablename#"/>
</cfinvoke>
我可以看到該方法使用運行良好SOAPUI
客戶端。
進一步挖掘時,發現Coldfusion樁文件夾中缺少的方法類。
任何指針將是真正有幫助嗎?
你已經刷新CFIDE /管理員的WSDL? (數據和服務 - > Web服務) – Seybsen