RE: Problem with cfhttp

2002-05-19 Thread Dave Watts
I thought maybe I was missing something. Glad to see someone could reproduce the problem. Can Christine or anyone else at MM that watches this list give us some ideas as to why this is happening? Apparently, this bug (the exact same situation, in fact, with the truncation in the exact

RE: Problem with cfhttp

2002-05-17 Thread Ryan Kime
Ben, I ran into the same thing with MX's cfhttp, but I was trying to get slashdot.org's xml feed. So we know it's not just the xml feed at MM. It seems to stop on any given character but it quits about the same place every time. Local calls to xml files seem to work finesounds like the

RE: Problem with cfhttp

2002-05-17 Thread Ben Densmore
Thanks for the info Ryan, I wonder if this should be reported as a bug, if it hasn't been all ready. Ben -Original Message- From: Ryan Kime [mailto:[EMAIL PROTECTED]] Sent: Friday, May 17, 2002 12:11 PM To: CF-Talk Subject: RE: Problem with cfhttp Ben, I ran into the same thing

RE: Problem with cfhttp

2002-05-16 Thread Dave Watts
I was wondering if anyone has experienced this problem with cfhttp in CFMX? I haven't tried it in CF5 so not sure if it's happening there too, but I am using cfhttp to get the xml feed off of MM's site. I run the page that grabs the xml file to get it to my local machine but for some

RE: Problem with cfhttp

2002-05-16 Thread Ben Densmore
: Thursday, May 16, 2002 6:27 PM To: CF-Talk Subject: RE: Problem with cfhttp I was wondering if anyone has experienced this problem with cfhttp in CFMX? I haven't tried it in CF5 so not sure if it's happening there too, but I am using cfhttp to get the xml feed off of MM's site. I run the page

Re: Problem with cfhttp

2001-06-27 Thread Michael Lugassy
Here is my help on the subject for someone else, but maybe can help you: JM, you must seperate between the two tasks: 1- first fetch for the page using cfhttp, then output cfoutput#cfhttp.filecontent#/cfoutput 2- write to another file using CFFILE. As I see it, you do have a problem of