Skip to Content
0
Jan 04, 2023 at 10:39 AM

SAP PIPO Rest polling adapter doesn't handle zip files correctly

67 Views

Hey All,

I'm working on an connection that requires an rest get call to an 3rd party. The response will be an zip file that needs to be unzipped and saved at the receiver location.

What is happening right now is when I execute the rest polling adapter I get data back that is corrupted because it is using non acssi.

When I try to add a charset via the AF_Modules/TextCodepageConversionBean or AF_Modules/MessageTransformBean still the data is corrupted and I'm unable to open or unzip the zip file.

I tried to unzip it via the AF_Modules/PayloadZipBean but also using the os commands both failed. When I download the file via the logs it is also corrupt.

When I execute the same cal via postman I do get the correct data back and I'm able to unzip the file correctly.

So mainly my question is how should I configure the sender adapter so it is accepting the zip file and is able to unzip it at the receiver destination.

I use the PIPO 7.5 to execute this flow.