I'm working on a new app that uses SOAP to communicate with an external site's API. I'm using CFHTTP to send the HTTPS SOAP requests, and am wondering what tools/techniques are our there to do tracing of what HTTP traffic is actually going out and coming into the server, because I'm getting sporadic errors (mostly connection failures and 500 errors) back from CFHTTP.
I thought that using IE's Fiddler tool would do the trick and let me see what is going on (am using my desktop PC for the CF testing), but it doesn't show any of the traffic from CF Server. I've tracked down a number of postings on CFHTTP problems, and have used the fixes that they suggest to handle problems with compression, etc., but none fix my problems. What's the best way to get a handle on this? thanks Reed ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:254744 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

