views:

58

answers:

0

Hi I have the following scenario:

I have a third party Web Service written in C#, and I have generated the client stub using WSDL2Java using ADB as data binding method. Everything works fine till now. However What I am trying to do is to attach a handler/module to the client stub which gives me the possibility to log the request and response SOAP messages sent from the client.

If someone could provide me with some good tutorials/ ways how I can possibly achieve this. Thanks