Serious, intermittent errors with CF Web Service

后端 未结 2 1326
北海茫月
北海茫月 2021-02-20 01:02

We\'ve got an incredibly frustrating situation with a CF Web Services-based API that we wrote and maintain. We had an API in place for years that was stable and working happily

2条回答
  •  挽巷
    挽巷 (楼主)
    2021-02-20 01:33

    How are the external clients interacting with your webservice? Just via the WSDL I presume?

    Is it possible that some client app, a unit test... something, anything ... has a wrong URL... has a URL to your WSDL file with the "tafkan" in it?

    If I were working on it, probably the first avenue I'd look down would be figuring out what could possibly result in that problem. Is "tafkan" a valid directory in your system? Where do the .cfc files actually live on the file system, what if any mappings are there to these paths in CF Admin, and what are the URLs that people are using to access your webservice?

    The key here, I believe, is getting inside CF's head and asking it "why would you generate, and be looking for, a class with "tafkan" as a package?

提交回复
热议问题