Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

WebService - Synchronous calls monitoring

prabhu_s2
Active Contributor
0 Kudos

Hi

I have a web service deployed in ECC. A third party apps is consuming the WS and is able to generate orders . I wish to monitor the incoming xml and the return message for the web service but I couldn't see any logs for it in the following transaction:

1. SRT_UTIL

2. SOAMANAGER

Please can you suggest on how to enable monitoring for synchronous messages.

Just want to confirm that PI is not used here.

Regards

Prabhu

1 ACCEPTED SOLUTION

NTeunckens
Active Contributor
0 Kudos

Check this old Document to Configure and Monitor WS-Calls : link

See the SAP-Wiki : link

You could set-up a Specific Trace via Trx. "SRT_UTIL" and see Err.Logs via Trx. "SRT_ELOG".

2 REPLIES 2

NTeunckens
Active Contributor
0 Kudos

Check this old Document to Configure and Monitor WS-Calls : link

See the SAP-Wiki : link

You could set-up a Specific Trace via Trx. "SRT_UTIL" and see Err.Logs via Trx. "SRT_ELOG".

0 Kudos

Thkx, will check this out