Maybe returntype="struct" instead? Cheers
Will -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of James Johnson Sent: 25 May 2004 16:58 To: [EMAIL PROTECTED] Subject: RE: [CFCDev] Complex Datatypes in web services Rick, I ran into a similar problem when trying to return a CFC generated XML document via a CFC webservice. I noticed in your code, when you declare the function you have returntype set to ReturnObject. Is this a valid returntype? I have found when calling a CFC as a webservice the return type needs to be a "standard" one, and can't be any. Also, on our CFMX 6.1 servers here, I found that the CFC needs to be in a folder under the webroot. Where is your installed? This one stumped me for quite a while as its not in the documentation and it may just be how our servers are configured. James **************************** James Johnson Web Application Developer Information Services ESRI 909-793-2853 ext 3906 [EMAIL PROTECTED] www.esri.com ---------------------------------------------------------- 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] ---------------------------------------------------------- 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]
