Hi All,
How do I get a message dump for outgoing SOAP requests.
For incoming message, I can easily use the tcp monitor tool available from Apache and get the dump of the message.
For outgoing SOAP messages, it seems to pick a different port each time.
How do I capture an outgoing SOAP message?
If you'll setup logs to DEBUG, you'll find both request and response messages in log on server side.
I think on client side too but I'm not sure.
Regards, Tomek
Thanks, Soniya