Fiddler not capturing all SOAP request

1,974 views
Skip to first unread message

postcub

unread,
Mar 29, 2010, 4:23:18 PM3/29/10
to Fiddler
All,

I have a web site that is writting in ASP.NET C# 3.5 Framework.

I have a page on my site that makes a call to UPS ( Unitied Postal
Service ) web service to get shipping rates. The actual UPS SOAP
calls happen inside business objects and not in my code behind. When
I submit my form, Fiddler will show me the Request / Response of the
page I am on, but will NOT show the call to UPS site.

When I say not show, I mean there will NOT be a line Web Sessions
window. Without this line, I am unable to inspect the Request /
Response.

Now the curious thing is... If I have a the same input form inside a
Windows Form solution, I see the UPS web service call line and I can
inspect the full Request / Response data.

My question is does anyone know why my UPS request would not be picked
up by Fiddler from a web project hitting my business objects than my
Windows Form solution hitting my business objects? Am I missing a
setting?

Thanks
Sean

EricLaw

unread,
Mar 29, 2010, 6:54:20 PM3/29/10
to Fiddler
Your Web Project is running inside the ASPNET user account, not in
your current user-account. Fiddler only sets proxy settings for the
current user account (e.g. yours) to point to the Fiddler endpoint. By
default, DotNet adopts the proxy settings of the user-account.
InWinForms, that's your account. In ASP.NET, it's a ASPNET user
account.

If you want ASP.NET traffic to be captured, you need to configure
ASP.NET to proxy its requests. See http://www.fiddler2.com/fiddler/help/hookup.asp#Q-DOTNET

Reply all
Reply to author
Forward
0 new messages