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

You can use a packet sniffer, like Ethereal, or a recording proxy, like
Paros (http://www.parosproxy.org/).

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!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:254779
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to