That is a nice blog! I wasn't able to verify whether compression was in use. So, I added the headers as was suggested. I still can't connect. I'm wondering if I'm even doing this thing right. Basically, I'm trying to send some XML to a secure web service. Here's what my code looks like:
<cfhttp method="POST" url="https://inhousewebservice.com/service" port="443" result="results" timeout="300" throwonerror="no"> <cfhttpparam type="Header" name="Accept-Encoding" value="*" /> <cfhttpparam type="Header" name="TE" value="deflate;q=0"> <cfhttpparam type="xml" value="#inputXML#"> </cfhttp> I dump results and it contains the structure where the connection error is. On Tue, Jul 15, 2008 at 8:05 PM, Owen Knapp <[EMAIL PROTECTED]> wrote: > This blog might be helpful. I was having connection failure issues earlier > this month and this solved it. > > http://www.talkingtree.com/blog/index.cfm/2004/7/28/20040729#more > > On Tue, Jul 15, 2008 at 4:30 PM, Dave Watts <[EMAIL PROTECTED]> wrote: > > > > One thing many people forget is to use the port attribute. > > > set port="443". > > > > If you use an https URL, you shouldn't have to specify that. > > > > Dave Watts, CTO, Fig Leaf Software > > http://www.figleaf.com/ > > > > Fig Leaf Software provides the highest caliber vendor-authorized > > instruction at our training centers in Washington DC, Atlanta, > > Chicago, Baltimore, Northern Virginia, or on-site at your location. > > Visit http://training.figleaf.com/ for more information! > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Server/message.cfm/messageid:6655 Subscription: http://www.houseoffusion.com/groups/CF-Server/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.10
