I tried both and fiddler caught the traffic between my browser and CF, but
not between CF and the server across the web hosting the web service.

RR

On Tue, May 24, 2011 at 1:46 PM, Brook Davies <cft...@logiforms.com> wrote:

>
> I believe fiddler needs to be on the machine that is making the request.
> That's always how I have used it. Typically with next to zero configuration
> required. Can you try:
>
> a) Install it on your machine making the request
> b) Open a browser on your dev server and run the request from there
>
> Brook
>
> -----Original Message-----
> From: Robert Rhodes [mailto:rrhode...@gmail.com]
> Sent: May-24-11 10:41 AM
> To: cf-talk
> Subject: Re: Debugging SOAP
>
>
> Yes I loaded it on the development web/cf9 server. And I set fiddler to the
> ssl port we are using.
>
> From another computer, I loaded up the site on the dev server and ran the
> cfinvoke to post up the soap to the server across the web.  Fiddler saw
> nothing.
>
> I am sure I have it configured incorrectly.
>
> RR
>
>
> On Tue, May 24, 2011 at 1:10 PM, Brook Davies <cft...@logiforms.com>
> wrote:
>
> >
> > Did you install it on the dev server?
> >
> > Brook
> >
> > -----Original Message-----
> > From: Robert Rhodes [mailto:rrhode...@gmail.com]
> > Sent: May-24-11 10:01 AM
> > To: cf-talk
> > Subject: Re: Debugging SOAP
> >
> >
> > Brook, would you share how to set fiddler up?  I could not get it to
> > show me traffic between by dev server and the remote server. (which is
> > happening on a non-standard SSL port)
> >
> > On Tue, May 24, 2011 at 10:07 AM, Brook Davies <cft...@logiforms.com>
> > wrote:
> >
> > >
> > > I use Fiddler (http://www.fiddler2.com/Fiddler2/version.asp ) for
> > > debugging web service calls and it can dump the raw XML
> > > request/response and allows you to inspect HTTPS traffic...
> > > Brook
> > >
> > > -----Original Message-----
> > > From: Robert Rhodes [mailto:rrhode...@gmail.com]
> > > Sent: May-24-11 1:00 AM
> > > To: cf-talk
> > > Subject: Re: Debugging SOAP
> > >
> > >
> > > Hi Pete.  I did try soapui, and it looked like it should do what I
> > > wanted, but I could not figure out how to make it work so that I
> > > could capture the outgoing soap and responses between my dev server
> > > and the
> > remote server.
> > >
> > > On Mon, May 23, 2011 at 11:04 AM, Pete Freitag <p...@foundeo.com>
> wrote:
> > >
> > > >
> > > > 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
> > > > <rrhode...@gmail.com>
> > > > 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:344873
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to