cancel
Showing results for 
Search instead for 
Did you mean: 

how to handle fault message in SOAP-RFC-FILE scenario

Former Member
0 Kudos

Hi Experts,

Before posting this thread, i have gone through few threads but i did not find any solution. currently my scenario is SOAP-RFC-File. request coming from soap to pi, PI send request to ECC through RFC, corresponding response of the message is placed to file location. for handling this scenario i have configured receiver file channel by using request response bean in  soap sender communication channel.this interface is working fine in production. now we got an requirement like if the message failed due to mapping error and connection error. we need to send the error file to file receiver location. to handle this case can we use fault message if we use fault message, create third mapping and configured in operation mapping can we capture error message. do we need any abap for here. can you please help me out on this.

Regards,

Sanjay.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Not sure how error logs would be generated directly as file when mapping fails in PI.

mapping error and connection error are returned to the source system and that can be managed by the source system. Can the source system manage to create error log file based on this, then this can be transferred using PI to receiver location (different interface).