Sounds like the implicit setter stuff in CF9 might be the problem. Can
you change the naming a bit to see if it works again. This is probably a
bug in the updater.
John
[email protected]
On 9/16/10 1:07 PM, shawn gorrell wrote:
We've got a piece of code that has worked for a very long time that
automagically quit working after the latest cumulative updater to CF9.
The code in question does a CFHTTP GET to hit a CF webservice on another server.
<cfhttp
url="http://myserver/apps/appname/remote/mycomponent.cfc?wsdl&method=GetUsersWS"
method="Get" resolveurl="false" timeout="120" throwonerror="yes"/>
yada yada yada
Now when it runs it throws an error:
The method GET was not found in component
D:\path\apps\appname\remote\mycomponent.cfc.
Obviously the CFC doesn't have a GET method, but it never had one and always
worked.
Any ideas (other than wondering why it isn't using CFINVOKE - don't ask)?
Cheers,
S
-------------------------------------------------------------
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform
For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-------------------------------------------------------------
-------------------------------------------------------------
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform
For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-------------------------------------------------------------