Thanks that seems to have worked. Now I have a new problem. The new 
argument I added was:

<cfargument name="forcedelivery" type="boolean" default="false" 
required="false" hint="Check to see if a campaign has already been delivered">

And now when I call the web service (below) I get an error (also below) The 
new argument (forcedelivery) is a boolean, unless I am missing something:

         <cfinvoke webservice="LogiRemoteEmailManager1"
                   method="InitializeDelivery"
                   returnvariable="campaignPreview"
                   campaignID="#client.campaignID#"
                   remoteServer="logiCentralEmail"
                   previewmode="TRUE"
                   forcedelivery="FALSE">

ERROR:

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to