cancel
Showing results for 
Search instead for 
Did you mean: 

Proxies monitoring

Former Member
0 Kudos

Proxies dont use adapters. So we cant monitor them in RWB ? So how do we monitor proxies ?

Accepted Solutions (1)

Accepted Solutions (1)

former_member182455
Active Contributor
0 Kudos

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Midhun,

Since proxies run on the application systems, the XML messages also get created over there. So, if you are using proxies on either side (sender and reciver), then you can monitor the flow of message from the sender system, thru XI and to the receiver system, as there will be a message created in each system.

Also, you can debug the server proxies (receiver) by setting the external debugging. So as soon as the message is initiated from the sender system, it travels thru XI and as soon as it reaches the target system, the normal debugger pops in the target system from where you can also debug the processing in the target system.

Regards,

Akshay

former_member193376
Active Contributor
0 Kudos

Hi

How to debug a proxy

In XI go to WSADMIN and give /h. It goes into the debugging mode. Then you test your scenario and you run step by step and you see your values on the right hand side of your screen.

Do step by step rather all at once. Then I think you should be able to debug the webservice. Also I suggest you to post in ABAP forums also for quicker response.

Check the blog by Stefan Grube for reference,

Handle errors in ABAP Proxies

http://help.sap.com/saphelp_nw04/helpdata/en/3b/6f5c3c3806af06e10000000a11402f/frameset.htm

Handle errors in JAVA Proxies

http://help.sap.com/saphelp_nw04/helpdata/en/56/b46c3c8bb3d73ee10000000a114084/frameset.h

Thanks

Saiyog

Former Member
0 Kudos

Hi,

As proxies are adapter less communication, we cannot monitor proxies in RWB. We can monitor in Sxmb_moni.

Regards

jayaram.g