<cfset GetData = integrationcomponent.easySocket(reference,form.PhoneNum,form.Amount,form.networkType)>
where would integrationcomponent.easySocket be defined ?
<cfset GetData = integrationcomponent.easySocket(reference,form.PhoneNum,form.Amount,form.networkType)>
where would integrationcomponent.easySocket be defined ?
integrationcomponent would have to be defined on the page, or in the function, you are calling the method since it is not scoped to be anywhere else.