> I'm working with a vendor trying to figure out why > their web service isn't jiving with ColdFusion's > request, and I'd like to capture the SOAP request > structure CFMX sends out to take a look at it. Does > MX provide some capability (either roundabout or > directly) of reading this, or would I have to > perhaps set up a fake server and point my request > towards that?
I don't know if the underlying web services engine used by CF, Axis, provides any logging options. Typically, I'd recommend using either a packet sniffer, like Ethereal (http://www.ethereal.com/) or EffeTech HTTP Sniffer (http://www.effetech.com/) or recording proxy, like Stretch (http://www.kestrel.com.au/devtools/) to read any data sent or received via HTTP. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

