dave
just a quick question

i've been concentrating on connecting to the server firstly, and then worry
about the syntax of the messaage after.

With that in mind should the following work without sending a message??

        <cfobject
                action="create"
                name="obj"
                class="Intrafoundation.TCPClient">

        <cfset c = obj.Open("soapserver address","80")>
        <cfif c is "1">connected
        <cfelse>Not Connected
        </cfif> 

thanks
mark


-----Original Message-----
From: Dave Watts [mailto:[EMAIL PROTECTED]]
Sent: 25 October 2001 16:50
To: CF-Talk
Subject: RE: CFHTTP Replacement


> According to Dave Watts at the Devoloper's Conference, you 
> cannot use CFHTTP. He used a TCP COM object although I don't 
> remember which one. You may want to contact him.

I used Lewis Sellers' TCPClient COM object. It was very simple to use,
making it good for demonstration purposes, and free:

http://www.intrafoundation.com/tcpclient.html

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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