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