RE: XML Questions (newbie)

2002-07-26 Thread Eric Hoffman
: Friday, July 26, 2002 6:43 PM To: CF-Talk Subject: RE: XML Questions (newbie) eric. im glad you have started this thread, kinda ironic. i have an app that i am starting tonight, that seems to be very close in concept, almost exactly what you are trying to do. what i have to do is: 1. gather

RE: XML Questions (newbie)

2002-07-26 Thread Eric Hoffman
-Original Message- From: Jon Hall [mailto:[EMAIL PROTECTED]] Sent: Friday, July 26, 2002 5:11 PM To: CF-Talk Subject: Re: XML Questions (newbie) Usually the receiving end is very specific on how they want the xml given to them. If you are using cfhttp there are two ways, either do a http get, which

RE: XML Questions (newbie)

2002-07-26 Thread Tony Weeg
:[EMAIL PROTECTED]] Sent: Friday, July 26, 2002 5:03 PM To: CF-Talk Subject: RE: XML Questions (newbie) We are on CF 5. We know it's a valid XML file, so great, we use cfsavecontent dump it to a xml variable. Now the receiving server we figured we would send to via CFHTTP...and we will get

Re: XML Questions (newbie)

2002-07-26 Thread Jon Hall
: Re: XML Questions (newbie) EH I'll assume that your xml code or packet is valid xml that the other EH side can understand it. After that it is fairly simple to send it along. EH You need to get the entire xml packet string into a variable. For EH examples sake: cfsavecontent var=xmlPacket foo EH

RE: XML Questions (newbie)

2002-07-26 Thread Eric Hoffman
Solutions -Original Message- From: Jon Hall [mailto:[EMAIL PROTECTED]] Sent: Friday, July 26, 2002 3:55 PM To: CF-Talk Subject: Re: XML Questions (newbie) I'll assume that your xml code or packet is valid xml that the other side can understand it. After that it is fairly simple to send

XML Questions (newbie)

2002-07-26 Thread Eric Hoffman
Okay, we are new to the XML game and using CF with it; argh, and have one or two general questions I think that after reading up are still a bit fuzzy on and would love if someone that has been down this road to drop us a quick line offlist. Basically, the questions are: we've made up the XML

Re: XML Questions (newbie)

2002-07-26 Thread Jon Hall
I'll assume that your xml code or packet is valid xml that the other side can understand it. After that it is fairly simple to send it along. You need to get the entire xml packet string into a variable. For examples sake: cfsavecontent var=xmlPacket foo cfoutput query=bars