Debug Soap request

Hi All,

Is there any way to see the Soap request & response sent/received by the Mediator SOAP Gateway component for invoking a web service.

Thanks,
Nagesh.

Hi Nagesh,

Set the log4j.category.xbd property to “DEBUG”. You can do this by going to the SMH → EntireX Mediator 7.x → → Factories → → Configuration → General → log4j.category.xbd

I have attached a screen shot for you.

Regards
Theo
SMH.bmp (2.25 MB)

Nagesh,

In addition to the “DEBUG” mode recommended by Theo, you can try “TCPMON” utility which comes from Apache AXIS. This tool can capture all messages(header & body) on HTTP/SOAP protocol.
I always uses it for debugging.

:cool:

Tony