cancel
Showing results for 
Search instead for 
Did you mean: 

PayloadZipBean not working properly in PO 7.5

Former Member
0 Kudos

Hi Experts,

I'm new in SCN. Please help me resolve this issue

We are working on a proxy to file Scenario, with this outbound proxy some attachments are also being triggered. Our requirement is to zip the main payload with these attachments while naming the main payload as Payload.xml(or some fixed name).

We are able to achieve this requirement on our 7.4 Dual Stack system by using the following module Configuration

Figure 1 7.4 Channel Module Parameters

In this configuration

Transform.ContentType is setting the content type value for the Main Document, which will be used by payload zip bean for setting the main document name within a zip file.

Zip.FilenameKey with ContentType parameter is to set Attachment name from there content type.

ZipAll is zipping the MainDocument with attachments

OUTPUT RECEIVED WITHIN A ZIPPED FOLDER

But using the same configuration on our client PO 7.5 system we are getting different results.

PO 7.5 Case 1-

Figure 2 PO 7.5 Channel Module Configuration

When using all the above 3 parameters we are successfully able to setup our main payload name as Payload.Xml in this case, But the attachments triggered by proxy are coming as UNTITLED with there proper extension.

OUTPUT RECEIVED WITHIN A ZIPPED FOLDER

PO 7.5 Case 2-

On removing zip.FilenameKey, we are getting attachment with there proper name, but the main payload is coming as MainDocument without XML extension

OUTPUT RECEIVED WITHIN A ZIPPED FOLDER

Accepted Solutions (0)

Answers (1)

Answers (1)

pranav_malhotra
Explorer
0 Kudos

Hi Raghav ,

Can you Please try by adding additional parameter :

Parameter name: Transform.ContentDescription

Parameter Value : Payload.xml

Hope it could help.

Former Member
0 Kudos

Hi Pranav,

I have tried adding this parameter, it is still giving me the same result.

pranav_malhotra
Explorer
0 Kudos

I think your standard modules has not been deployed properly .