int MXCommon__TestCustomerID ( void *  _,
struct MXCommon__TestCustomerIDResponse Response 
)
Parameters:
[in] _ : No Input
[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().
  • bValueArray : non encrypted value array [16 bytes of random data]
  • bCryptedValueArray : Encrypted value array [16 bytes of the encrypted random data]
Return values:
SOAP_OK SOAP call success
otherwise SOAP protocol error