Hi,
I am writing a asp.net web service. I now need to analyse every
incoming SOAP message and also be able to track if they reached
effectively.
How can u trap the SOAP messages in C# and is there any way of knowing
which node the message is passsing through currently ???
Thks a million...
Vijay Nagarajan
rviray - 29 Sep 2005 21:28 GMT
if you implement Microsoft's Web Service Enhancements (WSE2)
http://tinyurl.com/9ng9l
they give you some good sample applications that will help yo
understand their implementation...you can then figure out what portion
to implement and how you can trap your exceptions...
hope this helps..
--
rvira