cancel
Showing results for 
Search instead for 
Did you mean: 

SXMB_MONI to monitor direct webservice calls

former_member474221
Participant
0 Kudos

If I am consuming an external webservice in SAP ABAP . Can I use SXMB_MONI to monitor those calls or SXMB_MONI is used only for monitoring PI messages

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

no - you cannot monitor direct WS calls in SXMB_MONI

(nor you can monitor then in RWB) - if they are direct they don'g go via PI

PI can only see mediated (those that flow via PI) web services

and only on DEV,TESt and in PRD sync logging of web services is always off

Regards,

Michal Krawczyk

former_member474221
Participant
0 Kudos

Hi Michal,

Appreciate your reply

One more question....then how do you monitor direct WS calls?

MichalKrawczyk
Active Contributor
0 Kudos

hi,

>>>One more question....then how do you monitor direct WS calls

directly from sender/receiver application only

so it you have ECC to CRM for example direct WS call you need to monitor them in ECC and CRM only (in most cases if this is a sync call you will always see the error in the SENDER app)

Regards,

Michal Krawczyk

gagandeep_batra
Active Contributor
0 Kudos

Hi Michal

Can we see WS calls in local Moni(SXMB_MONI) means local integration engine of ecc?

Regards

Gagandeep

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>Can we see WS calls in local Moni(SXMB_MONI) means local integration engine of ecc?

not if they are sync and successful as we never log any successful calls - even on local IE on PRD

Regards,

Michal Krawczyk

former_member474221
Participant
0 Kudos

Hi Michal,

If it is a direct WS call can we at least monitor it in the SXMB_moni of application system like ECC ??

rajasekhar_reddy14
Active Contributor
0 Kudos

SXMB_MONI in ECC meant for Proxy message monitoring.

Web service call monitoring never logged in MONI,if you are not using middleware then not possile to monitor,have to external tools(not sure).

Regards,

Raj

Answers (0)