cancel
Showing results for 
Search instead for 
Did you mean: 

How to split Message for Outbound Proxy scenarios

raviteja_satuluri
Contributor
0 Kudos

Dear experts,

How to split message in case of outbound proxy scenarios.

I have 30mb data, I want to split that message and need to send to Target.

Here Scenario is Proxy to Soap Scenario.

Guide me friends which one is the better approach.

Thanks and Regards,

T.S

Accepted Solutions (1)

Accepted Solutions (1)

former_member182412
Active Contributor
0 Kudos

Hi TS,

With in the outbound proxy code you can split the records into multiple messages, when you read the data from the database the data will stored in the internal table, for example if you have 10000 records, you can loop through internal table for every 1000 records and call the outbound proxy to send 1000 records to PI, so you will receive 10 messages in total in PI, optimal payload size in PI is 5MB, So determine number of records based on xml size.

Regards,

Praveen.

Answers (1)

Answers (1)

Bhargavakrishna
Active Contributor
0 Kudos

Hi TS,

Please refer the Eng Swee response in the below thread.

Handling a large message(>100MB) in a Proxy ... | SCN

Regards

Bhargava Krishna