Just output it in the page that processes the incoming xml, use
absolutley NO html, perhaps even set the content type with cfcontent
first, though this may not be necessary.


<cfsilent>
<!---


Proces incoming xml


Create response packet


--->
</cfsilent>
<cfcontent type="text/xml">
<cfoutput>#your xml packet#</cfoutput>

-----Original Message-----
From: chad [mailto:[EMAIL PROTECTED]
Sent: 10 February 2004 15:35
To: CF-Talk
Subject: Re: Replying To a HTTP POST


Anywhere I can get examples of this?
  ----- Original Message -----
  From: Craig Dudley
  To: CF-Talk
  Sent: Tuesday, February 10, 2004 10:22 AM
  Subject: RE: Replying To a HTTP POST

  Just write it into the page stream?

  -----Original Message-----
  From: chad [mailto:[EMAIL PROTECTED]
  Sent: 10 February 2004 14:56
  To: CF-Talk
  Subject: Replying To a HTTP POST

  Here is the problem, I am receiving a XML document from a PDA
  using a standard CGI HTTP Post to a coldfusion page. This
coldfusion
  page will process the XML document do some stuff and generate
a new XML
  document that then has to be replied back to the PDA. I can
receive and
  process the XML documents fine, but how do I reply back to the
PDA?? Any
  ideas?

  Chad
    _____
  _____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to