We had the same problem - went in to CFAdmin and changed 'Web Service 
Version' to 1 instead of 2 (seems to be the default) - I haven't read the 
docs on what the difference is..............
Maybe someone else can help us there....



On Friday, 17 August 2012 14:54:27 UTC+10, Dale Fraser 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 view this discussion on the web visit 
https://groups.google.com/d/msg/cfaussie/-/l4iiDGUGIMUJ.
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