Application Development and Automation 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: 
Read only

Service Definitions - Monitoring ?

YouriC
Participant
560

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Kudos
401

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

2 REPLIES 2
Read only

Former Member
0 Kudos
402

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

Read only

0 Kudos
401

Thanks for your help.

I had forgotten the trace activation ...