Re: tracing web service calls
- From: "Deepak Shenoy" <noname@xxxxxxxxxxx>
- Date: Tue, 30 May 2006 02:04:26 -0700
magennisw@xxxxxxxxxxxxx wrote:
I suspect it is a particular web service call. With SQL server I can
start a "trace" and get a list of all SQL calls (and their
parameters) and how long they are taking - this allows me to track
down "slow" SQL code. I can't see any tool that allows me to do
this for web service calls? Surly there is some IIS plug in that will
allow me to monitor this traffic?
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/h
tml/frlrfsystemwebservicesprotocolssoapextensionclasstopic.asp
(URL Wraps. Or use http://tinyurl.com/empf)
Just dress your method with a [Trace( FileName="<enter filename
here">)] attribute and the request + response will be saved to the
file. This applies only to the Request or Response XML, not the HTTP
headers.
HTH,
--
Deepak Shenoy
http://shenoyatwork.blogspot.com
.
- References:
- tracing web service calls
- From: magennisw
- tracing web service calls
- Prev by Date: Re: Maintaining state using static members
- Next by Date: Re: parameter order when calling a web service
- Previous by thread: Re: tracing web service calls
- Next by thread: WSE 3.0 Example code
- Index(es):
Relevant Pages
|