> Actually, this cfc is a simple HelloWorld function. > And the wsdl shows fine in a browser. > Here's the code for my cfc: > <cfcomponent name="hwtester" displayname="test ws" hint="test HW" > output="false"> > <cffunction name="myFunction" access="remote" returntype="string"> > <cfargument name="myArgument" type="string" required="yes"> > <cfset myResult="helloworld"> > <cfreturn myResult> > </cffunction> > </cfcomponent>
Yeah....looks pretty straight forward. What happens in CF Admin when you try and refresh it? If you still gte the error I'd delete it from CF Admin and restart CF and try it again (geesh I say that right after telling Brad that you don't need to delete and/or restart CF....but normally you don't). Hope ya get it working Cheers Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web: www.electricedgesystems.com Notice: This message, including any attachments, is confidential and may contain information that is privileged or exempt from disclosure. It is intended only for the person to whom it is addressed unless expressly authorized otherwise by the sender. If you are not an authorized recipient, please notify the sender immediately and permanently destroy all copies of this message and attachments. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:269814 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

