Hello, I'm working on my first CFC/web service and have run into a few questions that I hope can be answered here.
1. Do I need to register the web service with the CFMX administrator under web services? 2. When I try to register my web service with the CFMX administrator, it always returns an error "Error creating web service. Please ensure that you have entered the correct url." I can get the wsdl back from the web service in IE using the URL that I put into the WSDL URL field in the administrator. Any ideas why this is failing? 3. When using DreamWeaver MX 2004 I can add web services to the Application | Components panel. I used to be able to add my CFC using the web services option (vs. CFC which didn't work before). Now I get an error that "proxy ...my documents.../UsersCFCSoapBindingStub.class does not exist." Is this related to #1/#2? 4. I have seen information on the Internet that in order to build a web service that is secure and can only be accessed by your Flash application that you should remove the ReturnType parameters from the cffunction tags. If I do this the wsdl generation fails and (I assume) will not be recognized by DW or other web service browsers. I'm trying to build a web service that can be used by (and only by) the Flash applications that I'm writing. Does anyone know of some guidelines for doing this on the Internet or in a book? Thanks, sj ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]
