Thanks, what's also killing me in trying to estimate is transaction failures.
Data is submitted to a 3rd party site, one screen is filled, then another, then another (it looks as if there at least 3 screens if not more). All is fine when things work. If there is a transaction failure on the remote server ... ???? How would that be known? -- We've inputted the data into the form and are not waiting for a response. -- CF_HTTPing to the next screen and inputting data there. We can access that screen whether or not the data was successfully captured earlier. How will the client know that there was a transaction failure? More important how can the process be made so that the client never knows that there was a transaction failure? Gil -----Original Message----- From: William Seiter [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2008 12:37 AM To: CF-Talk Subject: RE: cfhttp, pulling from secure site The time can be anywhere from intense to simple. I would tell them that it all depends on the depth of the system on how long getting into it will take. If this is for a contract, bid an hourly rate, as this could take PLENTY of hours. Verizon took well over 40. William -- William E. Seiter Have you ever read a book that changed your life? Go to: www.winninginthemargins.com Enter passkey: goldengrove Web Developer / ColdFusion Programmer http://William.Seiter.com -----Original Message----- From: Gilbert Midonnet [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2008 9:30 PM To: CF-Talk Subject: RE: cfhttp, pulling from secure site Yes, we'll have permission. :-) I'm trying to get a handle of this project in order to give a time estimate. We need to push and pull data from 3rd Party sites. Gil -----Original Message----- From: William Seiter [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2008 12:24 AM To: CF-Talk Subject: RE: cfhttp, pulling from secure site Assuming you 'have their permission' to do this... Take a look at the cf_httpx custom tag. It has a lot of features that mirror cfhttp, but added features like sessions and cookie keeping. What I have found in the past is, you may have to use a session sniffer to show you what is sent to each page in their system and what is returned. You might be surprised how many pages are 'loaded' before you are actually logged into their service. For one solution that I had to create I ended up using both cfhttp and cf_httpx to make it work. It was just plain difficult. Good luck, William -- William E. Seiter Have you ever read a book that changed your life? Go to: www.winninginthemargins.com Enter passkey: goldengrove Web Developer / ColdFusion Programmer http://William.Seiter.com -----Original Message----- From: Gilbert Midonnet [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2008 9:20 PM To: CF-Talk Subject: cfhttp, pulling from secure site I've been doing some reading regarding pulling and pushing data to 3rd party sites. While the broad concepts seem simple implementing them are more complicated. (What else is new?) I'm trying to pull data from several password protected sites and am unable (for instance American Express). Any ideas? thx ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:300618 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

