At 02:09 PM 6/3/2004, you wrote:
>webservices.cfc
><cfcomponent>
><cffunction name="getName" access="remote" returntype="string" output="false">
><cfargument name="theName" required="yes" type="string">
>
><cfset var getNameReturn=arguments.theName>
>
><cfreturn getNameReturn>
></cffunction>
></cfcomponent>
>
>
>test.cfm on another server outside my network.
>
><cfset ws=createObject('webservices',
>'http://www.doobie.com/smoker/webservices.cfc?wsdl')>
>
><cfdump var="#ws.getName('Hello Cheech!')#">
Ok. If the client passes something other than a string, then CF will throw an error
that is bubbled to Axis and wrapped in a SOAP Fault envelope. From what I know, this
is the desired behavior.
--
Alex
----------------------------------------------------------
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]