You can now do RAW HTTP XML posts using CFMX.

Matt Liotta
President & CEO
Montara Software, Inc.
http://www.montarasoftware.com/
888-408-0900 x901

> -----Original Message-----
> From: Joshua Miller [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, December 11, 2002 9:16 AM
> To: CF-Talk
> Subject: RE: MACROMEDIA PEOPLE....RE: instant SSL HELP!!!!!
> 
> Yes, you are correct, to write a raw post you'd need something like
> CFX_RawSocket (http://www.iexp.com/products/cfx_rawsocket/docs.cfm)
> sorry, I was very disjointed last night in regards to CFHEADER ...
> Simply trying to think of a way to post raw HTTP data using CFML and
for
> some reason thought CFHEADER would be the logical choice.
> 
> Thanks for straightening that out Dave.
> 
> Joshua Miller
> Head Programmer / IT Manager
> Garrison Enterprises Inc.
> www.garrisonenterprises.net
> [EMAIL PROTECTED]
> (704) 569-9044 ext. 254
> 
>
************************************************************************
> *************
> Any views expressed in this message are those of the individual
sender,
> except where the sender states them to be the views of
> Garrison Enterprises Inc.
> 
> This e-mail is intended only for the individual or entity to which it
is
> addressed and contains information that is private and confidential.
If
> you are not the intended recipient you are hereby notified that any
> dissemination, distribution or copying is strictly prohibited. If you
> have received this e-mail in error please delete it immediately and
> advise us by return e-mail to
[EMAIL PROTECTED]
>
************************************************************************
> *************
> 
> 
> -----Original Message-----
> From: Dave Watts [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, December 10, 2002 11:42 PM
> To: CF-Talk
> Subject: RE: MACROMEDIA PEOPLE....RE: instant SSL HELP!!!!!
> 
> 
> > Looking at the Java solution from the link I sent in
> > my last post, I wonder if it's possible to just write
> > an HTTP POST operating using CFHEADER instead of CFHTTP
> > and then reading the response from that?
> 
> CFHEADER is used to write HTTP response headers; you can't use it to
> build an HTTP request.
> 
> > I wonder if there's something inside of CFHTTP that makes
> > it not work with the SSL that could be circumvented by
> > just writing a raw HTTP POST from your data? What are your
> > thoughts on that?
> 
> I don't know what you mean by "writing a raw HTTP POST from your data"
-
> you'd need some way to open a socket, send text to the socket, wait
for
> a response, and process that response (to oversimplify the process a
> bit). There's no CFML command that will do that, beside CFHTTP and
> CFINVOKE (which isn't usable for generic HTTP communication, only SOAP
> over HTTP).
> 
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> voice: (202) 797-5496
> fax: (202) 797-5444
> 
> 
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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
Get the mailserver that powers this list at http://www.coolfusion.com

Reply via email to