is stack or data a reserved word?

On Fri, Aug 17, 2012 at 2:54 PM, Dale Fraser <d...@fraser.id.au> wrote:
> Bare with me, Im just a noob.
>
>
>
> I have a simple (in theory) webservice to test my issue out or produce a
> test case.
>
>
>
> <cfcomponent>
>
>       <cffunction name="saveData" access="remote" returntype="boolean">
>
>             <cfargument name="stack" />
>
>             <cfargument name="data" />
>
>
>
>             <cfset local.me = 'hello' />
>
>
>
>             <cfreturn false />
>
>       </cffunction>
>
> </cfcomponent>
>
>
>
>
>
> I can call this as a component, but cant call it as a webservice, in fact I
> cant even browse to the wsdl
>
>
>
> This is a brand new standalone ColdFusion 10 install.
>
>
>
> http://localhost:8500/test.cfc?wsdl
>
>
>
> What I get is
>
> HTTP Status 500 - The web service operation caused an invocation exception.
>
> ________________________________
>
> type Status report
>
> message The web service operation caused an invocation exception.
>
> description The server encountered an internal error (The web service
> operation caused an invocation exception.) that prevented it from fulfilling
> this request.
>
> ________________________________
>
> Apache Tomcat/7.0.23
>
> I've tried everything I can think of but I figure I'm doing something stupid
> or don't understand something.
>
>
>
> Regards
>
> Dale Fraser
>
>
>
> http://dale.fraser.id.au
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "cfaussie" group.
> To post to this group, send email to cfaussie@googlegroups.com.
> To unsubscribe from this group, send email to
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/cfaussie?hl=en.



-- 
Zac Spitzer
Solution Architect / Director
Ennoble Consultancy Australia
http://www.ennoble.com.au
http://zacster.blogspot.com
+61 405 847 168

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.

Reply via email to