Cool. I will look into it. How would I tack on the XML packet?
Thanks Aaron
>
> > Can anyone guide me to where I would find info on responding with
something like this:
> > HTTP/1.0 200 OK
> > Date: Wed, 04 Oct 2000 14:05:44 GMT
> > Server: Apache/1.3.9 (Unix)
> > Content-Length: 406
> > Content-Type: "text/xml"
> -- well, let's see... in CF you'd use the <cfheader> tag... in Java and
> ASP, you'd use the Response object... so to get the above, you'd do
> something like:
>
> Response.status = "200 OK"
> Response.ContentType "text/xml"
>
> Does that work for you? If not, check out the details of the response
> object on MSDN (which doesn't work if you're on linux like me) or this
> nice site:
>
> http://www.w3schools.com/asp/asp_ref_response.asp
>
> AJ
>
> --
> Aaron Johnson
> http://cephas.net/blog/
> [EMAIL PROTECTED]
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription:
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm