cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi Experts:

I wonder is there any limit of XML length during PI interface processing.

I have an RFC-PI-SOAP interface which transports a large table that over 60M. Since the interface was triggered by an external system, there is no such an operation like dividing the table into small entity for several times of sending. I also found out the max request size of ICM http in our PI and SAP system is 100M, which is totally larger than the table data.(Learning from Max XML length of XI)

However, when the external system request for the table data, they got an error like: 'XML document structure must start and end within the same entity' or 'element type must be terminated by the matching end-tag',

which apparently shows the end part of the xml data was missing.

Please give me some advice to solve this problem, thanks so much.

0 Likes
View Entire Topic
former_member207703
Active Participant

Hi,

There is no such limit for XML. When you getting error, i mean in CC or transformation?

Former Member
0 Likes

Hi Rai,

Yes you are right that XML is not limited, the problem is how the WS Consumer parse the response.