Right, but that's only because CF is the "client" in this case -- it doesn't mean you are actually throwing a CF error when others consume your web services, which is, I thought, what the original goal was -- to avoid throwing CF errors "to screen" for consumers of your web service. If I understand correctly, that won't happen (unless they are consuming with CF).
> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Behalf Of Bryan F. Hogan > Sent: Thursday, June 03, 2004 11:11 AM > To: [EMAIL PROTECTED] > Subject: Re: [CFCDev] Catching Argument Type Errors > > > That's what I'm doing but it throws a cf error to screen. In your case > it would happen on the second dump. > > Nathan Dintenfass wrote: > > > I could be wrong, but could it be that CF, acting as a SOAP > client, is just > > choosing to display the SOAP error in that way? > > > > For instance: > > > > <cfscript> > > weatherService = > > > createObject("webservice","http://www.xmethods.net/sd/2001/Tempera > tureServic > > e.wsdl"); > > </cfscript> > > > > <cfdump var="#weatherService.getTemp("94103")#"> > > > > <cfdump var="#weatherService.getTemp(arrayNew(1))#"> > ---------------------------------------------------------- > 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]
