2016 Feb 03 3:40 PM
Hi,
I've created a simple Service definition from a function module.
I can consume my Service from SoapUI without problem.
But how can i monitor this Service ?
I see nothing in SOAManager Monitoring / Logs.
Transaction SRT_UTIL is empty.
How can i see if my service is consumed ?
Thanks for your help.
YouriC
2016 Feb 03 5:28 PM
Youri,
Transaction SRT_UTIL should fit your needs despite what you've seen so far. Have you activated any traces in SRT_UTIL? This is a necessary step in order to see successful communications in the results list. Without any traces active, you will only see erroneous communications.
If this applies to you, please see the following link for more information on setting up traces in SRT_UTIL: Configuring Tracing - Creating and Configuring Service Providers and Service Consumers - SAP Library
I recommend setting up a payload trace for the username that will be calling the web service. This way you can confirm if the correct values are being sent over in the request.
Thanks,
Brian
2016 Feb 03 5:28 PM
Youri,
Transaction SRT_UTIL should fit your needs despite what you've seen so far. Have you activated any traces in SRT_UTIL? This is a necessary step in order to see successful communications in the results list. Without any traces active, you will only see erroneous communications.
If this applies to you, please see the following link for more information on setting up traces in SRT_UTIL: Configuring Tracing - Creating and Configuring Service Providers and Service Consumers - SAP Library
I recommend setting up a payload trace for the username that will be calling the web service. This way you can confirm if the correct values are being sent over in the request.
Thanks,
Brian
2016 Feb 04 9:14 AM