cancel
Showing results for 
Search instead for 
Did you mean: 

Message from SAP PI using MII

former_member201407
Participant
0 Kudos

Hi Experts

say, MII 12.1 is passed with message of size (20 MB) from SAP PI through SOAP or HTTP call. Can MII handle such size of message or will this be truncated at some certain size? Is there any limit of MII 12.1 to handle message data coming from SAP PI thru SOAP/HTTP calls?

Appreciate your inputs/ideas

Regards

Som

Accepted Solutions (0)

Answers (1)

Answers (1)

jamie_cawley
Advisor
Advisor
0 Kudos

It wouldn't be truncated, but would require quite a bit of memory. To parse an xml document a DOM needs to be created which is much larger than the actual document. It would probably be best to send the document in smaller chunks.

Jamie