Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
PeteMoss #1
Web Service fails after update
I have a situation in which I have a .cfm page on my server which invokes a CF
web service on the same server. Everything is fine except that when I make a
change to the web service's .cfc file, the web service invokation fails until I
rename the .cfc file and invoke it under the new file name.
It seems as if the server trys to cache the definition of the web service in
memory or something rather than recognising the fact that it has changed and
been saved. It is not until you invoke the new .cfc name that it actually goes
out and calls the new version. I am not sure if this is because the calling
page and the web service are on the same machine or not.
Any thoughts?
PeteMoss Guest
-
Update fails on CF 7.0, works on CF 5.0
I'm not sure what's going on. The UPDATE below works with CF5.0 with MS Access ODBC, but fails with CF 7.0 with MS Access with Unicode. I first... -
7.0.1 Update fails
I have tried updating to 7.0.1 from 7.0 but the install is not there! When I start the servers and login to CF Admin I am only opening version 7.0... -
Yahoo Catalog Update Fails
:confused; I've got my Yahoo store up and running using Yahoo store tags. I just went to update my local catalog and received a message that the... -
Service fails, please help.
Problem : While invoking the returnAl without the returnMyObject WebMethod enabled, the operation fails with an invalid Operation exception for the... -
sql UPDATE fails
Hi, I've got a page which updates a record, but it fails if the text used contains an apostrophe. I understand I need to replace apostrophes... -
Stressed_Simon #2
Re: Web Service fails after update
Are you invoking the web service into an object ie via cfobject or the CreateObject() function? If so are you setting it into a SESSION variable? If you are you can have issues like this?
Stressed_Simon Guest
-
PeteMoss #3
Re: Web Service fails after update
I am invoking it using the createobject function, however just into a local variable.
PeteMoss Guest
-
PeteMoss #4
Re: Web Service fails after update
As an update. I have been invoking these webservice by spelling out the full
path to the wsdl file in the createobject function, rather than creating a web
service mapping in the cfadmin. I went back and deleted all of the autocreated
mappings in the admin and set up a permanent one, which I now call from the
createobject function. This seems to have cleared up the problem
PeteMoss Guest



Reply With Quote

