Community Member Profile
- Profile: /members/3431-Craig-Capodilupo.htm
- Comments: 6
- Points: 64
Recent Blog Comments By Craig Capodilupo
-
Posting XML With ColdFusion, CFHttp, And CFHttpParam
Posted on May 22, 2009 at 3:04 PM
Yes, using the request body was what I thought. I'm pushing back on the web services so we'll see what happens next week. Thanks again.... read more »
-
Posting XML With ColdFusion, CFHttp, And CFHttpParam
Posted on May 22, 2009 at 1:17 PM
I'm being told we need a CF web service that will some day be replaced with a service bus. I've been trying to tell them that whoever is using the service bus will probably have to change their code when we switch from CF so why not start with an action page and switch to web services when the bu... read more »
-
Posting XML With ColdFusion, CFHttp, And CFHttpParam
Posted on May 22, 2009 at 12:53 PM
Looks like your blog below may help me. Thanks. http://www.bennadel.com/blog/1113-Posting-File-Data-Using-A-Base64-Encoding-In-ColdFusion.htm... read more »
-
Posting XML With ColdFusion, CFHttp, And CFHttpParam
Posted on May 22, 2009 at 12:46 PM
Thanks, but I was trying to remove the action page from the scenario and submit directly to the web service.... read more »
-
Posting XML With ColdFusion, CFHttp, And CFHttpParam
Posted on May 18, 2009 at 3:29 PM
I was able to create a form and submit a file to an action page: <cfinvoke component="com_moveInvoiceFile" method="import" returnvariable="Contact_id"> <cfinvokeargument name="fileField" value="FORM.fileField"> </cfinvoke> com_moveInvoiceFile.cfc (below)<... read more »
-
Posting XML With ColdFusion, CFHttp, And CFHttpParam
Posted on May 18, 2009 at 12:15 PM
Hi Ben, Have you ever done this with passing an attachment to a web service? Thanks, Craig... read more »



