Hi All,

I am moving my old CFMX 6.1 code to CF8 for setting up some local environment. 
Most of the things are already set up or chnaged as per requirements. But I am 
getting an error while executing the following code (this line of code is in a 
java script library).

var text= 
CallWebService("/Components/WS/wsabc.cfc?WSDL","sgetCMPFilter",params,"XML");

-- Call WebService is a custom witten javascript function to call the cfc 
functions (defined in separate js file).
-- This is executing fine on CFMX 6.1 on development environment.

I am geeting the Object Required java script error. (sgetCMPFilter is CFC 
method defined in a cfc file). When I actually tried to look what's happeing, I 
saw that no data is being returned by calling CallWebService function.

I am wondering about the cause of the problem as the same code is working fine 
on CFMX 6.1 but not on CF8.1.

Please Help. 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325072
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to