cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy Data Missing while coming to SAP-PI

Former Member
0 Kudos

Hi Experts,

I am trying a SOAP < --- > PI < --- > ECC scenario. Here i have synchronous inbound proxy.When Proxy is sending me the data (Response) , the data is missing when it comes to SAP-XI. Any reason why data is missing in XI. I am using the receiver XI channel.

Can anyone suggest the solution and reason for this behaviour.

Thanks

Ajay Garg

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

You mean nothing is coming from proxy to XI as a response then make sure in proxy code if you are populating the "OUTPUT" structure properly. Debug the proxy and make sure you are filling this structure.

Probably this blog will help you to debug the inbound proxy.

/people/stefan.grube/blog/2006/07/28/xi-debug-your-inbound-abap-proxy-implementation

Regards,

Sarvesh

Former Member
0 Kudos

Hi Ajay,

Use of Receiver XI channel is fine. It seems issue with proxy coding, check the interface which is sending response to XI and config of Receiver Determination.

Cheers

Veera