CFHTTP will not give you the control you need over the http headers.

You will need either a com object or a java custom tag. I'm doing something
very similar with a com object called tcpclient, the writer of which (Lewis
Sellers) is on this list.

It's fast, easy to use and gives you almost total control, you can get it
here http://www.intrafoundation.com/tcpclient.html

I'll glady let you have the code I'm using if you need help.

HTH, Craig.


-----Original Message-----
From: Rudy Rustam [mailto:[EMAIL PROTECTED]]
Sent: 12 December 2001 10:46
To: CF-Talk
Subject: RE: Java - Socket()


Initially in java, to send a stream of http data (header and body) like
this:
Post /customer/customer.sms HTTP/1.1
Host: www.yahoo.com
Authorization: 1232132
Content-Length: 93

Subject=Example
[Book1]
Chapter1=Bla bla bla

[Book2]
Chapter1=Bla bla

Any idea how cfhttp could do the same function?

Regards,
Rudy


-----Original Message-----
From: Craig Dudley [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, December 12, 2001 6:51 PM
To: CF-Talk
Subject: RE: Java - Socket()

I don't think there is one, the closest would be cfhttp though I think,
what
are you trying to do?

-----Original Message-----
From: Rudy Rustam [mailto:[EMAIL PROTECTED]]
Sent: 12 December 2001 10:18
To: CF-Talk
Subject: Java - Socket()


Hi guys,

What's the coldfusion equivalent for java Socket()?

Thanks



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to