cancel
Showing results for 
Search instead for 
Did you mean: 

Synchronous ABAP Proxy

Former Member
0 Kudos

I have the following Synchronous Interface:

SOAP <-> PI <-> ABAP Proxy (ECC)

Message is sent to PI via the SOAP Sender adapter, PI maps this to an ABAP proxy call. The response is then return via PI to the SOAP Adapter.

Every thing seems to work fine. However, the response message does not seem to be going back into PI. I can see the response payload on ECC (via SXMB_MONI) but it doesnt go any further than that.

Can anybody help me with this?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

What is the error it is showing in ECC (Moni) ,

by the way , check below two areas , these are most error prone areas.

1) return structure you are filling by proxy code

2) how you are using class methods for resp. message.

Answers (2)

Answers (2)

former_member200962
Active Contributor
0 Kudos
I have the following Synchronous Interface:

SOAP <-> PI <-> ABAP Proxy (ECC)

Is your sender SOAP channel specifying the QoS as Best Effort?

Did you try mentioning the QoS as BE in the sending application?

You Sender SOAP Channel should show the processing Details in RWB --> AE --> CC monitoring --> your SOAP channel.

It will show entry for request and response...are you able to see that?

I can see the response payload on ECC (via SXMB_MONI) but it doesnt go any further than that.

Did you check if the sending application is receiving the data or not? If you are using some SOAP Client then you normally get the response in the same tool in another tab (response).

Regards,

Abhishek.

Former Member
0 Kudos

Hi,

If your Configuration is correct, then You need to Set "Runtim->LOGGING_SYNC = 1" in SXMB_ADM Tcode to view Synchronous message in SXI_MONITOR.

Regards,

R.Ragu

Former Member
0 Kudos

If response message is coming in ECC moni then it seems a configuration issue in XI. Check your configuration in ID once again.