OMFG it would be easier if we came to your office and fixed your shit :( 

On 19/08/2012, at 0:08, "Dale Fraser" <d...@fraser.id.au> wrote:

> Tried all those suggestions, still get the error.
>  
> There is no Test.class or TestBeanInfo.class in 
> C:\ColdFusion10\cfusion\wwwroot\WEB-INF\cfc-skeletons
>  
> There is however a Test2, TestWS version, which are my attempts when I rename 
> it. So its not generating the Skeleton as the error suggests
>  
> Tried all caching settings also.
>  
> Regards
> Dale Fraser
>  
> http://dale.fraser.id.au
> http://cfmldocs.com
> http://learncf.com
> http://flexcf.com
>  
> From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf 
> Of Charlie Arehart
> Sent: Saturday, 18 August 2012 12:35 PM
> To: cfaussie@googlegroups.com
> Subject: RE: [cfaussie] CF10 WSDL
>  
> Sad news: I did that, and do not get the error. Here are a few ideas 
> (#megraspingatstraws):
> 
> First, do you have any mappings in CF that may point the root (\) to 
> somewhere else? I just wonder if it’s picking up some other Test.cfc in your 
> environment. #graspingatstraws
> 
> Second, how about taking a look in 
> C:\ColdFusion10\cfusion\wwwroot\WEB-INF\cfc-skeletons. What do you see there? 
> There should be a Test.class and TestBeanInfo.class. If they’re there with 
> another case, perhaps delete them and try again. And though I know you say 
> this is an a brand new install, you may want to also try clearing the 
> template cache just to see if it helps. 
> 
> Third, if you make any such changes above and still get the error, you may 
> want to make sure you’re not seeing cached output in your browser. You could 
> clear the template cache. Sadly, the trick of adding another random query 
> string var to the URL doesn’t work with these wsdl URLs. You could also try 
> your browser request in a browser where you’ve never visited this page 
> before. And of course you could turn on any browser developer tool that shows 
> client/server communications, to be sure you see this error coming back from 
> the server.
> 
> Better still, and in addition, you could look in the CF error logs and make 
> sure you really are getting the error logged there when you make the request 
> (I know in the first message of the thread you confirmed you do get the 
> error. I mean, confirm that you get it on each page request now, if you make 
> any changes such as I suggest above, to ensure you really are still getting 
> the error, rather than risk browser caching issues.)
> 
> Hope that helps.
> 
> /charlie
>  
> From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf 
> Of Dale Fraser
> Sent: Friday, August 17, 2012 9:23 PM
> To: cfaussie@googlegroups.com
> Subject: RE: [cfaussie] CF10 WSDL
>  
> I still believe this is a bug.
>  
> I just completely uninstalled and deleted everything in the ColdFusion10 
> directory and did it again, and can reproduce it
>  
> 1.  Install ColdFusion 10 Enterprise internal server on Windows 7, change no 
> settings
> 2.  Create a Test.cfc in C:\ColdFusion10\cfusion\wwwroot with the code below
> 3.  Browse to the WSDL http://localhost:8500/Test.cfc?wsdl
> 4.  You will get an error 500
> 5.  Create a TestWS.cfc in same location with same code below
> 6.  Browse to the WSDL http://localhost:8500/TestWS.cfc?wsdl
> 7.  Works fine
>  
> <cfcomponent>
>      <cffunction name="saveData" returntype="boolean">
>     <cfargument name="data" type="string" />
>        
>         <cfreturn true />
>      </cffunction>
> </cfcomponent>
>  
> Regards
> Dale Fraser
>  
> -- 
> 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.
> -- 
> 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.

-- 
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