I have a VB.Net program that consumes a web service. When calling the web
service from my program, I would like to be able to capture and evaluate the
request xml going out and the response xml that comes back. I think this is
very important in debugging (that's what I am doing now). But I couldn't
figour out how to do it. Could some one show me how to capture these files
from the client side?
Thanks a million!
Feng
Are you running Whidbey? If so, have a look at
http://blogs.msdn.com/feroze_daud/archive/2005/05/12/416922.aspx
You will have to copy that file into web.config and put it into the
application directory where your webservice is running.
Make sure to give the ASp.Net process identity write permission to the
directory where you want the logfile to be created.

Signature
feroze
-----------------
This posting is provided as-is. It offers no warranties and assigns no
rights.
See http://weblogs.asp.net/feroze_daud for System.Net related posts.
----------------
>I have a VB.Net program that consumes a web service. When calling the web
> service from my program, I would like to be able to capture and evaluate
[quoted text clipped - 8 lines]
>
> Feng