cancel
Showing results for 
Search instead for 
Did you mean: 

Where are located soap file on WAS server?

Former Member
0 Kudos

Hi all,

We have developed a .NET application.

On our SAP, i have created some function modules and i have published them as Web services.

These SAP web services are consumed by the .NET application, using XML SOAP messages.

My question is:

Are the XML-SOAP messages sent by the .NET application to SAP, stored on the WAS server, and if yes, where?

If not, are the soap messages data received by SAP, stored in some tables?

Because to analyse some errors, i need to see the data of the XML soap messages.

Thanks a lot.

Jerome


Accepted Solutions (0)

Answers (1)

Answers (1)

markangelo_dihiansan
Active Contributor
0 Kudos

Hi Jerome,

Yes, they are stored in the WAS server. You can view them using sxmb_moni or sxi_monitor. But for that to work, you need to enable LOGGING_SYNC in sxmb_adm of your PI system by setting its value to 1. Synch messages are also deleted from the server after a time (check the retention period with your Basis guys).

Regards,

Mark