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/TemperatureServic
e.wsdl");
</cfscript>

<cfdump var="#weatherService.getTemp("94103")#">

<cfdump var="#weatherService.getTemp(arrayNew(1))#">


> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Behalf Of Bryan F. Hogan
> Sent: Thursday, June 03, 2004 10:58 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [CFCDev] Catching Argument Type Errors
>
>
> Alexander Sherwood wrote:
> > But, I think Bryan wanted to avoid having CF throw an error to
> the "screen".
> Yes
>
> I was under the impression that if the supplied arguments weren't typed
> correctly, then a SOAP Fault would be thrown.
>
> Haven't seen that. Everytime I invoke a service with an invalid argument
> type is throws a cf error.

----------------------------------------------------------
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]

Reply via email to