on 2015 May 15 3:30 PM
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
Request clarification before answering.
Hello,
Did you see this blog and followed it.
http://wiki.scn.sap.com/wiki/display/XI/File-RFC-File(Without%20BPM)?original_fqdn=wiki.sdn.sap.com
Regards,
Manisha
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm also working on the same scenario.
I've got the error :
<SAP:Error SOAP:mustUnderstand="1" xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
- <!--
RResponse Message Mapping
-->
</SAP:Error>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Inaki,
Thanks for the response.
I have already put the breakpoint into ECC using the same login which has been configured in PI but it is not stooping at the point. Also there is no log gerenrated in SXMB_MONI on ECC end and there is no dump in ST22.
Regards,
Abhi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Abhishek,
First of all you should assure that the message is arriving to ECC. Enable the ECC monitoring to let you monitor by sxi_monitor. Then you can check if the message is comming. Check st22 transaction in the st22 if there are any exception. Also you can set an external breakpoint in the ECC first line code, you must use the same user that you have defined in the channel.
In this way you check if at least the configuration for the incoming message in the proxy is right.
Regards.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
78 | |
30 | |
10 | |
8 | |
7 | |
7 | |
6 | |
6 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.