how to invoke ProcessMessage method in order to create a log file with SoapMessage

maraujo

Member
Joined
Oct 2, 2006
Messages
6
Programming Experience
Beginner
Hello,

I have implemented a class that inherits SoapExtension and overrides ProcessMessage method. The class is fine, but there is a problem: where is the place to instantiate the class and call ProcessMessage method in order to log SoapMessage´s content?




P.S: How can I use this class to call ProcessMessage before my webservice invokes?

Thanks,

Marcelo Araujo
 
Back
Top