‎2010 Sep 09 2:54 AM
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?
‎2010 Sep 09 3:23 AM
Hi,
Have you checked the qRFC ( SMQ1 and SMQ2 ) monitor. The queues might have been blocked or stopped for some reason.
‎2010 Sep 09 3:23 AM
Hi,
Have you checked the qRFC ( SMQ1 and SMQ2 ) monitor. The queues might have been blocked or stopped for some reason.
‎2010 Sep 09 3:31 AM
Woohooo...It worked!
You were right. As soon as I cleared the inbound queue it worked
Thanks.