Contents

cfinvokeargument

Description

Argument for the Invoke Tag

Category

Other

Implemented

Usage Syntax

<cfinvokeargument  
	name="String"
	value="Any"
	[omit="Boolean"]
 />

[] = Optional attribute

Attributes

Name Type Required Default Description
name String Yes name of the argument
value Any Yes value of the argument
omit Boolean No Enables you to omit a parameter when invoking a web service

Example Usage