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 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 AJ Mercer Sent: Saturday, 18 August 2012 8:57 AM To: cfaussie@googlegroups.com Subject: Re: [cfaussie] CF10 WSDL my ACF10 is the dev version and I was running it on port 8500 my Railo 4 is on tomcat connected to IIS (on another machine) I did the tests at work, so can not check the casing of the file name. On 18 August 2012 02:25, Charlie Arehart <charlie_li...@carehart.org> wrote: Well, AJ already did, so that would seem to confirm that it's not a generic issue. That said, he said he ran it in "his web root" and you show using the CF10 internal web server root. So first, AJ, was your request in an external web server? And for Dale, have you tried the request via an external web server and in its docroot? (I'm afraid I have to run now and can't do any testing myself.) Just trying to help. Sorry if I may be forgetting that you've already covered this somehow, but I looked quickly at the past notes in the thread and didn't see it readily, so seemed worth a shot. /charlie From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of Dale Fraser Sent: Friday, August 17, 2012 4:02 AM To: cfaussie@googlegroups.com Subject: RE: [cfaussie] CF10 WSDL I 100% tried it for both and it just doesn't work, I even thought it might be cached etc, turned off all caching, restarted the server. Give it a try, be interested if its just me. 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 <mailto:cfaussie%2bunsubscr...@googlegroups.com> . For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en. -- AJ Mercer <http://webonix.net> <webonix:net strength="Industrial" /> | <http://webonix.org> <webonix:org community="Open" /> http://twitter.com/webonix <http://www.getrailo.org/index.cfm/community/team/> Railo Community Manager -- 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.