cancel
Showing results for 
Search instead for 
Did you mean: 

Trace for SOAP

Former Member
0 Kudos

How to set TRACE for SOAP adapter in the VIsual Administrator ????

Also , after setting the TRACE where to see it ???

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You just have to set: messaging.syncMessageRemover.removeBody = false

in the AF messaging service in the visual admin

and you'll be able to trace the calls. This is only for Sync calls and async are logged there by default so no need to change anything

You can set the SOAP action to debug in the Java Admin Console.

Set com.sap.aii.af.mp.soap and com.sap.aii.messaging set to DEBUG

Set location

 Services

 Log Configurator

 Locations

 Choose com.sap.aii.messaging

 Assign Severity Debug

See https://service.sap.com/sap/support/notes/856597 for more info...

This note has a an attachment: tcpgw.zip for tracing the whole message...

If you want to increase the general trace level of messages in integration engine, go to transaction sxmb_adm ---> integration engine configuration and set the parameter from category Runtime and Subcategory TRACING. You can set this up to "3". However, be careful as your database will grow very quickly.

Thanks

Swarup

Former Member
0 Kudos

Hi Swarup,

I had a look in Visual Admin but however was unable to

locate the

com.sap.aii.af.mp.soap and com.sap.aii.messaging

Please tell me how i can find it ...

Answers (0)