xinjian555
xinjian555
@tiamo @robsonala @homer8173 @k0mar12 any one can you help me? thanks
` 'id' => 'mendelsontestAS2', 'target_url' => 'http://testas2.mendelson-e-c.com:8080/as2/HttpReceiver', // key4 'certificate' => '-----BEGIN CERTIFICATE----- xxxxxx-----END CERTIFICATE-----', 'content_type' => 'application/EDI-Consent', //'content_type' => 'Text/Plain', 'compression' => true, 'signature_algorithm' => 'sha256', 'encryption_algorithm' => '3DES',...
i have add my code here the example code from github, nothing modify [as2-example ](https://www.php3.cn/as2-example-v2.zip) thanks
@tiamo thank you for your reply when i config "compress=>false" signature_algorithm=>'sha256' or signature_algorithm=>'sha1' always return "The system is unable to find out the sign algorithm of the inbound AS2 message."...
@tiamo thank you for your tips when i config "compress=>true" 'content_type' => 'application/EDI-Consent', 'compression' => true, 'signature_algorithm' => 'sha1', 'encryption_algorithm' => '3des', // 'content_transfer_encoding' => 'binary', 'mdn_mode' => PartnerInterface::MDN_MODE_SYNC, 'mdn_options'...