on ‎2021 Feb 03 4:48 PM
Hello all,
I created a new web service and cannot see it in web service message monitoring. Is it not possible to see cuttom web services there or am I doing something wrong?
thx
BR
Oleg
Request clarification before answering.
Hi ogerner
There can be messages of 2 types:
Custom web services are of synchronous type, hence successful calls will not be logged.
Please refer the KBA: 2228032
Blog: https://blogs.sap.com/2017/08/09/c4c-web-service-message-monitoring/
Hope this helps.
Best Regards,
Nishanth
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nashanth,
thank you for your reply. I failed to understand is that all custom web services are of the synchronous type. Because I created an asynchronous web service and I can see it in Monitor only if it fail.
PDI request:
var response = ServiceRequestTicket.CompReplication(request, " ", "ServiceRequestC");
I can read ERP response / message in variable Response.
My problem is, I use a synchronous ws ERP to C4/Hana to update tickets. But if a ticket is in EDIT MODE, it will not be updated and I do not see it. because there is probably no error.
BR
Oleg
Thanks, nish_murthy for updating that synchronous messages are only logged in web service monitoring if there is an error.
Just an FYI...You can log all(including successful and error) synchronous web service calls using "Start Trace" button available under "..." on the right-hand side for web service monitoring UI, But the trace will be actibve only for 30 mins. More information can be found in the link below:

Thank you saurabhkabra2009 for your tip on the trace function.
BR
Oleg
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Saurabh,
I use Always the refresh button, but that's not the reason. I can see all standard webservices, Inbound and Outbound, but I cannon see my w.s.
However, the WS works and the data (ticket) is updated.
BR
Oleg
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.