cancel
Showing results for 
Search instead for 
Did you mean: 

SAP PI - ECC Server Proxy

itabhishek9
Participant
0 Kudos
276

Hi SDNites,

I am working on Async / Sync bridge where I have to send a async file to ECC synchronous proxy and the response from the proxy will generate a new file.

I have configured File to Proxy where on the receiver communication channel I have used AF_Modules/RequestResponseBean and AF_Modules/ResponseOnewayBean. But when a request is sent from PI to ECC I am getting the bubble exception.

Below are the details of the error,

15.05.2015 15:17:27.227 Error Error during parsing the received XMB message.

15.05.2015 15:17:27.227 Error SOAP: Call failed: com.sap.aii.af.sdk.xi.srt.BubbleException: HTTP Response Received. Status Code = 500 [null "null"]

15.05.2015 15:17:27.229 Error MP: exception caught with cause com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.aii.af.sdk.xi.srt.BubbleException: HTTP Response Received. Status Code = 500 [null "null"]

15.05.2015 15:17:27.229 Error SOAP: Error occurred: com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.aii.af.sdk.xi.srt.BubbleException: HTTP Response Received. Status Code = 500 [null "null"]

Any pointers will be of great help.

Regards,

Abhi

View Entire Topic
0 Kudos

Anyone has solution for this as the mapping operation used by me is correct.

I've created two message mappings one mapping for request message type of outbound interface to inbound interface and another mapping for response message type of inbound interface to outbound interface and mapped it into single operation mapping using both request and response tabs

This error is coming on response mapping program i.e. from mapping inbound response message type to outbound response message type.