Rational Developer for System z

Limits on the sizes of request and response messages

This topic describes the maximum length of an XML document that can be derived from an inbound or outbound data structure:

Enterprise COBOL

For Enterprise COBOL V3.4, V4.1, and V4.2 the maximum length of an XML document generated from an inbound or outbound data structure is (2^25)-6, or 33,554,436 bytes.

If this limit is exceeded then one of the following messages is displayed during code generation:
  • CRRZX0078E The length of an XML document that can be derived from the inbound data structure exceeds 33,554,436 bytes.
  • CRRZX0075E The length of an XML document that can be derived from the outbound data structure exceeds 33,554,436 bytes.

Enterprise PL/I

For Enterprise PL/I V4.1 the maximum length of an XML document generated from an inbound or outbound data structure is (2^30)-1, or 1,073,741,823 bytes.

If this limit is exceeded then one of the following messages is displayed during code generation:
  • CRRZX0125E The length of an XML document that can be derived from the inbound data structure exceeds 1,073,741,823 bytes.
  • CRRZX0124E The length of an XML document that can be derived from the outbound data structure exceeds 1,073,741,823 bytes


Feedback