EDI Integrator 2016 Java Edition
EDI Integrator 2016 Java Edition
Questions / Feedback?

CEMResponse Event

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

Syntax

public void fireCEMResponse(As2receiverCEMResponseEvent event);

public class As2receiverCEMResponseEvent {
  public String requestId;
  public String as2From;
}

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 Accepted field to determine whether each CEM request was accepted. If the request was rejected, check RejectionReason for details.

When this event fires the following CEMDetails fields are applicable:

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
EDI Integrator 2016 Java Edition - Version 16.0 [Build 7362]