Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error invoking webservice

Status
Not open for further replies.

gatsrulz

MIS
Sep 2, 2004
60
Error Occurred While Processing Request
Could not perform web service invocation "getuserinfo" because AxisFault faultCode: { faultSubcode: faultString: [org.apache.axis.AxisFault : ; nested exception is: coldfusion.xml.rpc.CFCInvocationException: [coldfusion.runtime.NoOperScope$ScopeDisabledException : The requested scope application has not been enabled.][]; nested exception is: coldfusion.xml.rpc.CFCInvocationException: [org.apache.axis.AxisFault : ; nested exception is: coldfusion.xml.rpc.CFCInvocationException: [coldfusion.runtime.NoOperScope$ScopeDisabledException : The requested scope application has not been enabled.][] faultActor: faultNode: faultDetail: { AxisFault faultCode: { faultSubcode: faultString: [org.apache.axis.AxisFault : ; nested exception is: coldfusion.xml.rpc.CFCInvocationException: [coldfusion.runtime.NoOperScope$ScopeDisabledException : The requested scope application has not been ena...

I am not sure how to fix this. Any insight would be greaT!
 
Can you logon to your CF administrator and check something?
Server Settings > Memory Variables
make sure "Enable Application Variable" is checked. The error tells me you don't have application variables enabled. The easiest thing to do is to create a test.cfm with the following:
<cfset application.stuff = true>
<cfoutput>#application.stuff#</cfoutput>

You should see the same error message saying "application scope has not been enabled"

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top