Additional Blogs by Members
cancel
Showing results for 
Search instead for 
Did you mean: 
stefan_grube
Active Contributor

Debugging of inbound proxies in WebAS 6.40 or higher

To show the debugging of inbound ABAP proxy, the implementation of the demo scenario is used. The demo scenario is available in any installation WebAS 6.40 or higher.

At first you have to set a break point in the ABAP code. Call transaction SPROXY. Expand the namespace http://sap.com/xi/XI/Demo/Airline, the node Message Interface (inbound) and the interface FlightBookingOrderRequest_In.

Double click on interface II_SXIDAL_FBO_REQUEST and get the view of the proxy object properties.

Double click on the implementing class (ABAP name) and then double click on the method name (this class has only one method).

Now you are in the inbound proxy implementation. Set the break point on the first executable line.

With help of the back button (F3) go back to the transaction SPROXY. Here you choose from menu Proxy -> Test Interface

In the next pop up check the field XML Editor to maintain the payload.

In the next screen apply suitable values or upload the XML payload of the SXMB_MONI (after mapping).

Now the inbound proxy processing should stop at the break point.

If the processing does not stop at the break point, there might be an error in the XML. Check at the result page for error messages.

Debugging of inbound proxies in WebAS 6.20

You set the break point the same way as described above.

To start the proxy test you call the report SPRX_TEST_INBOUND.

As parameters you enter the name of the ABAP interface and the method name of of the ABAP interface and check the parameter Edit Native XML

In the next screen you apply suitable values or upload the XML payload of the SXMB_MONI (after mapping).

Then you click first on save button (F11), then on back button (F3).

Now you should see your debug session. If not, check if the XML is valid.

11 Comments