You're indeed correct :) I had to bring the WSDL down locally and change the <soap:address location=""> property to my machine - that's why it wasn't calling the local version!
Thanks much! Roland -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dante Sent: Wednesday, June 16, 2004 6:39 PM To: [EMAIL PROTECTED] Subject: RE: [CFCDev] way to dump a web service request > Sniffer.exe you mean? :) Yes, sorry. > > That's awesome - I've never seen it before. It's _very_ > close, but not quite it - I can't use it to intercept a > request from CF to an external server. I think you should still be able to do it. You should be able to run sniffer.exe locally on the cf box and tell it to listen on localhost:8600 (for example) for all traffic destined for your-external-server.com. Then you'll need to change any calls to the external resource to use localhost:8600 instead of the actual public url. This is obviously not a long term solution, but it can be an easy quick-and-dirty debugging tool. HTH. -dante ---------------------------------------------------------- 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] ---------------------------------------------------------- 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]
