cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy monitoring without PI

Former Member
0 Kudos

Hello,

I'm consuming web services in ECC without XI/PI.

Is there a way to monitor send and recieved XML messages in ECC without having XI (e.g. in SXMB_MONI)? I'm trying to setup this, but without success - i added parameters like trace level.

Also in SXMB_MONI in Processed Statistics i can't see any data.

But the communication is working. I'm recieving and sending data correctly.

Best Regards

Rob

Accepted Solutions (1)

Accepted Solutions (1)

abhijitbolakhe
Advisor
Advisor
0 Kudos

Hi

Please check the following link for Monitoring the Web Service Runtime

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/46/9743916d1115ece10000000a114a6b/frameset.htm

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/46/c7846f1b942703e10000000a11466f/content.htm

Regards

Abhijit

Edited by: Abhijit Subhash Bolakhe on Jan 19, 2012 4:25 PM

Former Member
0 Kudos

Please check the following link for Monitoring the Web Service Runtime

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/46/9743916d1115ece10000000a114a6b/frameset.htm

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/46/c7846f1b942703e10000000a11466f/content.htm

This was very helpfull. I can see my messages now

Thanks!

Answers (3)

Answers (3)

Former Member
0 Kudos

Execute Transaction code SXMB_MONI in ECC, it gives the status about Proxy message like pushed to PI/Received from PI or if Proxy connection down you will see error status.

Remember that you need to setup the Trace Level in SXMB_ADM transaction, to view HTTP Protocol messages

To setup TraceLevel:

http://www.saptechnical.com/Tips/XI/XMLMessageMonitoring/SetTraceLevel.htm

Former Member
0 Kudos

Remember that you need to setup the Trace Level in SXMB_ADM transaction, to view HTTP Protocol messages

I configured that - with no success.

Former Member
0 Kudos

I generated proxy in SE80, and then i have ABAP report that is sending and recieving data.

Best regards

Rob

Former Member
0 Kudos

Hi, how do you consume the services? what's your endpoint URL?