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

Reply via email to