xml and CF...reading from a post action

2005-03-10 Thread Protoculture
Apparently we are getting an XML feed. Where I dont get whats going on is how I can grab that feed. I understand grabbing a file on the server etc ( easy ) but the techs are talking about sending an 'xml feed' to a template that we set up. I dont know exactly how its being sent... via form

Re: xml and CF...reading from a post action

2005-03-10 Thread Protoculture
MORE info here's what will be sent to us...looks like the xml will be in the headers so how can I grab that for the purposes of using an xml object in cf? POST http://your.url.goes.here/the_page.cfm Cache-Control: no-cache Connection: Keep-Alive, TE Accept: text/html, image/png, image/j

Re: xml and CF...reading from a post action

2005-03-10 Thread Shawna Hampton
Well, I can tell you what we're doing ... maybe this will help. We have XML flying back and forth between our ColdFusion Web server and an internal BizTalk server to exchange data. When BizTalk generates its XML to the Web, it sends it via HTTP to a template on the site. In that template I use

Re: xml and CF...reading from a post action

2005-03-10 Thread S . Isaac Dealey
> MORE info here's what will be sent to us...looks like > the xml will be in the headers so how can I grab that > for the purposes of using an xml object in cf? I believe the structure returned by getHTTPRequestData() includes a structure which includes all of the http headers, so if you h

RE: xml and CF...reading from a post action

2005-03-10 Thread Connie DeCinko
Grab it via CFHTTP and save it to your hard drive. -Original Message- From: Protoculture [mailto:[EMAIL PROTECTED] Sent: Thursday, March 10, 2005 7:28 AM To: CF-Talk Subject: xml and CF...reading from a post action Apparently we are getting an XML feed. Where I dont get whats going on

Re: xml and CF...reading from a post action [ solved ]

2005-03-10 Thread Protoculture
Thanks All, this is really the first time working with http headers in this manner along with xml and CF... should be a good project. Thanks for pointing me in the right direction! ~| Discover CFTicket - The leading ColdFusion H