int MXCommon__ApplyConfigurationBackupFile ( struct xsd__base64Binary ByteArrayInput,
xsd__unsignedLong  ulEOF,
struct MXCommon__Response Response 
)
Parameters:
[in] ByteArrayInput : Array of Bytes of the file
[in] ulEOF : End of file flag
[out] Response 
  • sResponse.iReturnValue : Return value
    • 0 : success
    • -1: system error (see syserrno)
  • sResponse.syserrno : System-error code. The value of the libc "errno" code, see MXCommon__Strerror().
Return values:
SOAP_OK SOAP call success
otherwise SOAP protocol error

This function is designed to be called repeatedly until all data is transfered. At this point the flag ulEOF must be set to 1. The new configuration is then applied.