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

Synchronous ABAP Proxy

Former Member
0 Likes
715

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?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
482

Hi,

Have you checked the qRFC ( SMQ1 and SMQ2 ) monitor. The queues might have been blocked or stopped for some reason.

2 REPLIES 2
Read only

Former Member
0 Likes
483

Hi,

Have you checked the qRFC ( SMQ1 and SMQ2 ) monitor. The queues might have been blocked or stopped for some reason.

Read only

Former Member
0 Likes
482

Woohooo...It worked!

You were right. As soon as I cleared the inbound queue it worked

Thanks.