int MXCommon__SetCustomerKey ( struct xsd__base64Binary bKey,
struct xsd__base64Binary bPublicKey,
struct MXCommon__Response Response 
)
Parameters:
[in] bKey : Customer key (only writable on the module) [32 bytes containing a AES key]
[in] bPublicKey : IV (Initialisation vector) for the AES cryptography [16 bytes containing a AES key]
[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