SoapUI is a great tool for debugging soap: http://www.soapui.org/ If you give it a WSDL url it can generate stubs for testing the remote service and lets you see and edit all aspects of the soap request and response.
-- Pete Freitag - Adobe Community Professional http://foundeo.com/ - ColdFusion Consulting & Products http://petefreitag.com/ - My Blog http://hackmycf.com - Is your ColdFusion Server Secure? On Sun, May 22, 2011 at 7:16 PM, Robert Rhodes <[email protected]> wrote: > > Hello everyone. I appreciate the help you have given me recently. Now I have > a new challenge, and I am sure some of you have faced it before. > > I have written an application that gets and puts data to a SOAP .asmx web > service running on a windows server across the internet. I am using > cfinvoke. > > All my gets are working fine. I am getting the expected data. However all > my puts are failing, and the guy at the other end says my soap xml must be > wrong. Hey, it might be, but I have not been able to come up with a way to > see it. > > I did a google search and found Fiddler and Charles, and installed them both > on the dev server which is running my application. But no luck. Each > program seems to monitor the traffic between my browser and local dev > server, but I need to monitor traffic betwen dev server and the other server > across the internet (on a non-standard ssl port). > > Would one of you kind souls tell me how to configure one of these programs > (or some other program) so I can see my SOAP going out and see the response? > > RR > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:344840 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

