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

To be honest, I've never connected without sending a message. You can send
an invalid message, you know - the worst that will happen is that you get an
error response. I suspect it'll work fine, though, the way you're doing it.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
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