Question
Problem with returning query from Coldfusion Web Service
I have created a web service through Coldfusion. I am able to
access all the functions except for those that have a
returtype="query". I am invoking the web service from within a
Coldfusion template. Supposedly there should be no issues in doing
this. However I am receiving the following error message when I
attempt to invoke the web service method that returns a query:
Could not perform web service invocation "getCreditCardList" because AxisFault faultCode: { http://schemas.xmlsoap.org/soap/envelope/}Server.generalException 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: { http://xml.apache.org/axis/}stackTrace: AxisFault faultCode: { http://schemas.xmlsoap.org/soap/envelope/}Server.generalException 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...
Any advice on what is causing this would be much appreciated. I am currently running CFMX 6.1
Thank you in advance for any help you may offer.
Could not perform web service invocation "getCreditCardList" because AxisFault faultCode: { http://schemas.xmlsoap.org/soap/envelope/}Server.generalException 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: { http://xml.apache.org/axis/}stackTrace: AxisFault faultCode: { http://schemas.xmlsoap.org/soap/envelope/}Server.generalException 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...
Any advice on what is causing this would be much appreciated. I am currently running CFMX 6.1
Thank you in advance for any help you may offer.
