Hi,
In our application we use multiple we services. Now we have configured a client-config.wsdd to log the
soap requests.
Currently the code is something like this :
msg.log has been configured in jboss-logging.xml
client-config.wsdd :
Now the above code logs all the web-service request in a single file. I want all different files to log the different soap requests.
How can I configure this in my application. Thanks in advance!
Regards.