How to implement Tracing!!

J

Jay

Hello,

I want to print some trace messages in my webservice.

If I debug asp_net through VS.net wp I would like to see those trace
messages.

How do I go about doing it thanks
jay
 
S

Softwaremaker

What exactly do you want to trace ? The SOAP Messages ?

If it is, look at WSE2.0, it is built on a model of filters and you can
implement SOAP tracing easily with that.

If you are not looking at WSE2.0, then you may have to write your SOAP
Extensions for that.

If you are looking for tools to help you, you may want to check out
http://www.pocketsoap.com

hth

--
Thank you very much

Warmest Regards,
Softwaremaker
Architect | Evangelist | Consultant

Microsoft Regional Director
http://www.microsoft.com/rd

+++++++++++++++++++++++++++++++++
 
D

DalePres

Another possibility, one that I use, is to create a custom listener to
output to a SQL server database. Of course, you could output to any text
file or storage medium you wish.

Dale
 
J

Jay

I have follow up question.

Iam debugging as_wp and Iam doing what you are telling me to do but Iam not
seeing those messages.
Thanks.
 
K

Kondratyev Denis

I have not troubles when i atach to iiis work process and see trace in
output window. Can u start debug under Visual Studio - from web service
solution?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,995
Messages
2,570,236
Members
46,822
Latest member
israfaceZa

Latest Threads

Top