At 02:06 PM 6/3/2004, you wrote: >It is actually a soap fault that's throw, but it's wrapping a CF error, so >there is some CF information within the fault data. If you're requesting >the web service from CF, it'll display as a CF error, but that's because CF >is requesting it, not because the error is of a CF nature. Call it from >.NET and it'll use the .NET error format.
Thats exactly right - and was my followup. Since CF is the SOAP client, it determines what to do with the fault (display on screen). If you CFCATCH the error, inspect the CFCATCH struct and you should find a non-CF exception type. Hope this helps, -- Alex >Cheers, >barneyb > >> -----Original Message----- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On 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] ---------------------------------------------------------- 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]
