EDI Integrator 2016 .NET Edition
EDI Integrator 2016 .NET Edition
Questions / Feedback?

SendCEMResponse Method

Sends a Certificate Exchange Messaging (CEM) response.

Syntax

[VB.NET]
Public Sub SendCEMResponse(ByVal RequestId As String)
[C#]
public void SendCEMResponse(string requestId);

Remarks

This method send the Certificate Exchange Messaging (CEM) request with the details specified in CEMDetails.

A CEM request must have previously been received using AS2Receiver. To send the CEM response, populate CEMDetails with the certificate information and decide whether to accept or reject the request. The following fields may be set to specify the certificate:

Alternatively, the certificate information may be set:

After specifying the certificate information choose whether to accept or reject the request. To accept the request set Accepted to True. To reject the request set Accepted to False and specify a reason in RejectionReason.

Call SendCEMResponse and pass the CEM request Id that was retrieved from the request.

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