Dan Vega wrote: > I have been playing around with ajaxCFC today and ran into a problem. I have > a whois cfc that basically does a whois query and returns a very long string > of text that contains information about the domain. I can run this lookup > method no problem without ajax cfc but everytime I run it now I am getting > an error "Invalid reply from the server." > > If it works fine without ajaxCFC why would i bet getting this message better > yet how do i figure out whats wrong? I changed the degug:true property iin > the ini of ajaxCFC but alll that shows is the post. I also changed it in > ajax.cfc but that will not show anything either. How can I solve this? >
That "Invalid reply from server" is coming from ajax.cfc, not from your CFC. Something isn't configured properly or something like that. The worst thing about doing ajax is debugging ajax. Start by looking in your coldfusion server's exception log. Rick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262613 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

