Mar 15, 2001 #1 khurram IS-IT--Management Jan 10, 2001 95 CA Does anyone know how to initiate communication by opening a TCP socket connection with another server over the web? One suggestion I've got is to send a HTTP POST request with an XML request but I am not sure how to do that? Thanks.
Does anyone know how to initiate communication by opening a TCP socket connection with another server over the web? One suggestion I've got is to send a HTTP POST request with an XML request but I am not sure how to do that? Thanks.
Mar 15, 2001 #2 CFHub Technical User Apr 6, 2001 171 CA For many purposes, that is all there is too it. You can download a simple CFHTTP Post example from here and run it against the "remote" CFHub database. http://cfhub.com/advanced/cfhttp/post.cfm Upvote 0 Downvote
For many purposes, that is all there is too it. You can download a simple CFHTTP Post example from here and run it against the "remote" CFHub database. http://cfhub.com/advanced/cfhttp/post.cfm