<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!')#">
----------------------------------------------------------
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]
