Message_Out(EdiIntAS.AS2To) = My_EdiInt_AS2_To;
Port_Send_AS2(Microsoft.XLANGs.BaseTypes.Address) = Partner_URL;
However, when I try to add encryption into the message using:
Message_Out(BTS.EncryptionCert) = partner_thumbprint;
I keep getting the following errors:
A BTS MIME error was encountered when attempting to encode a message.
Error: The Encryption Certificate has not been configured for AS2 party.
AS2-From: My_AS2_Name AS2-To: Partner_AS2_Name
This leads me to believe the certificate has not been recognized. The
certificate is configured in Other People and I can send AS2 if using a
static Sendport so there is not configuration issue. Does anyone know this
issue?
Thanks,
Sean
I am also facing same problem . can you please let me know if this issue is
being solved.
Thanks
Srinivas
try using httpsendhost for running orchestration
I mean change processhost which is the host to run orchestration to
httpsendhost
or the credential under which your as2 send port works