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
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