EInvoiceMsgTransport_WebService_MX.maxExpectedReceivedMessageSize Method [AX 2012]

Returns an Int64 value (in bytes) representing the max Received message sized accepted when reading the response of the Interfactura webservice.

Syntax

private int maxExpectedReceivedMessageSize()

Run On

Called

Return Value

Type: int
The integer value containing the max bytes content lenght.

Remarks

The response is expected to be the lenght (in bytes) of the XML sent plus the lenght of the Timbra, Which is a set of values appended to the original XML.

See Also

Reference

EInvoiceMsgTransport_WebService_MX Class