‎2011 Jan 11 5:02 AM
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
‎2011 Jan 11 9:50 AM
‎2011 Jan 13 10:16 AM
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