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

Problem in Debugging ABAP Proxy

Former Member
0 Likes
559

Hi all,

I have a requirement to debug a prox(INBOUND)y through SPROXY transaction.

When I select the required Service Interface and click Test(F8) I am prompted to enter the XML file which happens to the output of Interface.

When I load the XML file and click EXECUTE an error message pops out saying "XSLT Exception" and I am not able to proceed further with my execution.

Has anyone encountered such a problem? If so please guide me on how I proceed further.

Thanks in advance

Edited by: Jegadeesan87 on Jan 11, 2011 6:03 AM

2 REPLIES 2
Read only

Former Member
0 Likes
515

Hi,

Check this, it may be helpful.

Regards

Praveen

Read only

Former Member
0 Likes
515

To debug the proxy you will have to give the i/p file which is the XML file you have mentioned.Also if it is a inbound proxy then how it will give the XML file as o/p?The error you are getting is because your XML structure has some syntax error.

To debug the proxy, first you can check if the same proxy interface is executed earlier and take theXML structure from there.To do this go to SXMB_MONI tcode, check for your interface and then save this XML file and use this as i/p

when you are running the proxy through SPROXY tcode also you can manipulate the data in the file here in the XML structure befor running.

Also go through the below blog

/people/stefan.grube/blog/2006/07/28/xi-debug-your-inbound-abap-proxy-implementation

Thanks,

Pawan