> Does anyone know of a way to dump the actual body of a > webservice request before sending it? I'm trying to do some > trouble shooting on a webservice which I can submit fine > using CFHTTP and a literal request body, but doesn't want to > work when submitted via a standard cf web services call (it's > a headers issue, but the SOAPHeaderElement workarounds aren't > working). I've been toying with the underlying > org.apache.axis.Message class and its derivatives, but > haven't been able to wrangle it out yet!
There are all sorts of things you can use for this. I typically use Stretch (http://www.kestral.com.au/download/stretch/stretch.zip), which is a freeware recording proxy. You can also use general-purpose packet sniffers like Ethereal. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ phone: 202-797-5496 fax: 202-797-5444 ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]
