cancel
Showing results for 
Search instead for 
Did you mean: 

Error in AS2 sender communication channel

shweta_walaskar2
Contributor
0 Kudos

Hello,

We have a scenario where we are receving IDoc XML from our partner via AS2.

While doing so,we are receiving following error:

Error while parsing AS2 message: AUTHENTICATION_ERROR #

When we try to send a normal text file,it works,so this cannot be a certificate related issue.

XML header looks like:

<?xml version="1.0" encoding="windows-1250"?>

<ORDERS05 xmlns:abc="http://abc.xy.net/">

Kindly help.

Thanks.

Best Regards,

Shweta

Accepted Solutions (0)

Answers (1)

Answers (1)

shweta_walaskar2
Contributor
0 Kudos

Hello,

When I sent the same file from our dev to test system via AS2 ,the content type was application/octet-stream and the file was received successfully.

But when our partner sends it via AS2,content type is application/xml and we get the error I mentioned before.

Does content type has something to do with this problem?

Kindly help.

Thanks a lot.

Regards,

Shweta

shweta_walaskar2
Contributor
0 Kudos

Problem solved.We asked our partner to change content type from application/xml to application/octet-stream and it worked.