I am sending information using the webservices (which was implemented in
.NET) using <cfinvoke�
In ColdfusionMX I don�t need to declare datatype�.Just pass the input
value(using
<cfinvokeargument....)�..NET can understand or cast after receiving the inputs to 
integer type, string, but it doesn�t like ListFileType type�.It seems I have to cast 
before sending �

So I try to use JavaCast() function but these are types, that can be
converted to:
�       boolean 
�       int 
�       long 
�       double 
�       string
<cfinvoke
                        webservice = "cfaussie"
                        method = "CampaignAddList"
                        returnVariable = "ResultCampaignAddList">
                        ��.. 
                        <cfinvokeargument name="listFileType" value="CSV">
                        
                        </cfinvoke>
This is error I get:

java.lang.IllegalArgumentException: argument type mismatch

So had anyone come across this problem before or any suggestion?

Thanks,
Vanessa

---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/

Reply via email to