EDI Integrator 2016 C++ Builder Edition
EDI Integrator 2016 C++ Builder Edition
Questions / Feedback?

CEMResponse Event

Fired when a Certificate Exchange Messaging (CEM) response is received.

Syntax

typedef void __fastcall (__closure *TibeAS2ReceiverCEMResponseEvent)(System::TObject* Sender, TibeAS2ReceiverCEMResponseEventParams *e);


__property TibeAS2ReceiverCEMResponseEvent OnCEMResponse = {read=FOnCEMResponse, write=FOnCEMResponse};

typedef struct {
     String RequestId;
     String As2From;
} TibeAS2ReceiverCEMResponseEventParams;

Remarks

This event fires when a Certificate Exchange Messaging (CEM) response is received.

RequestId is the CEM request Id. Match this to the request Id from the original request.

As2From identifies the sender of the CEM request.

When this event fires the CEMDetails property will be populated. Inspect the CEMAccepted property to determine whether each CEM request was accepted. If the request was rejected, check CEMRejectionReason for details.

When this event fires the following CEMDetails properties are applicable:

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
EDI Integrator 2016 C++ Builder Edition - Version 16.0 [Build 7240]