Turns out that the error message was a red herring, but there still has to be 
some sort of behavioral change related to the updater. The method uses a 
variable that is intialized in application.cfm and apparently that isn't 
firing, 
even though it did last week. When that condition is corrected, the syntax 
we've 
been using works just like it did before. Ugh.




________________________________
From: "[email protected]" <[email protected]>
To: [email protected]
Sent: Thu, September 16, 2010 1:39:00 PM
Subject: RE: [ACFUG Discuss] Change in behavior of HTTP web services on 9.01?

 
Well that makes it difficult to change...I would say change  the method="POST" 
and see if you get the same error except telling you that POST  doesn't exist..


________________________________
 From: [email protected] [mailto:[email protected]] On Behalf Of shawn gorrell
Sent: Thursday, September 16, 2010  1:26 PM
To: [email protected]
Subject: Re: [ACFUG  Discuss] Change in behavior of HTTP web services on 9.01?


Have already tried that. It's an error as well. Method in a CFHTTP only  
supports the list of HTTP verbs. If you omit it, it defaults to GET.




________________________________
 From: "[email protected]"  <[email protected]>
To: [email protected]
Sent: Thu,  September 16, 2010 1:11:22 PM
Subject: RE: [ACFUG Discuss] Change in  behavior of HTTP web services on 9.01?

 
Just a quick observation - I think in cfhttp method ="Get"  usually refers to 
the query type (via url params or form params).  It LOOKS  like that method in 
the cfhttp call is overriding the url param "method"...just  for the heck of 
it, 
I would try and remove method="Get" and see what  happens...


________________________________
 From: [email protected] [mailto:[email protected]] On Behalf Of shawn gorrell
Sent: Thursday, September 16, 2010  1:07 PM
To: [email protected]
Subject: [ACFUG Discuss]  Change in behavior of HTTP web services on 9.01?


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 FusionLink 
------------------------------------------------------------- 
------------------------------------------------------------- 
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 FusionLink 
------------------------------------------------------------- 
------------------------------------------------------------- 
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 FusionLink 
------------------------------------------------------------- 
------------------------------------------------------------- 
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 FusionLink 
------------------------------------------------------------- 


-------------------------------------------------------------
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
-------------------------------------------------------------

Reply via email to