cancel
Showing results for 
Search instead for 
Did you mean: 

How to open the incoming payload which is in .BIN format

Former Member
0 Kudos

Dear All,

I have a synchronous scenario(ABAP proxy to HTTP_AAE) where the incoming payload from third party(bank) is coming in the form of .BIN format. But bank is saying we are sending the response as zipped stream, which you can unzip, however, when I am openeing the response in SXMB_MONI its asking to "save as" , its saving in the form of .BIN. I have done the module configuration to unzip the incoming payload in  HTTP_AAE adapter as follows.

Please let me know if anyone has faced such kind of issue.

Thanks,

Farhan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dear experts,

Please help me. this is on bit priority.

Thanks,

Farhan

former_member216164
Participant
0 Kudos

Hi Farhan,

Check if this video helps.

Computer Files : How to Open a .bin File - YouTube

former_member184720
Active Contributor
0 Kudos

Hi Farhan - Are you sure if the above configuration unzip the response message?

AFAIK - It tries to unzip the request message which you are sending to bank.. but not the one which is coming back from bank..

However try saving the .bin file and .zip in sxmb_moni and see if you can open?

To unzip the response - may be try changing the processing sequence of the modules.. i.e. first give call adapter and then unzip.. i'm not sure if it works..

Former Member
0 Kudos

Thanks a lot Hareesh for correcting the processing sequence of the module. another problem was bank had zipped the file using gzip, so used parameter value as "gunzip" and it worked.

Thanks for your all help.

Farhan

Answers (0)