wm.ediint:send contenttype issue

Im trying to send an edifact document to a NETIX plateforme, at the client side, two files are generated with .hdr and .BOD, while the expected formats are .hdr and .FIC wich contains the EDIFACT document content.

Is there any relationship between the contenttype parameter of the “wm.ediint:send” service and the format of the files generated at the client side (NETIX Server)?

Since NETIX is writing this files, you need to check with NETIX documentation.
in general, if the filename is not parsed from the AS2 header, the content-type should be used for file extension generation.

What is the content-type you have set in the EDIINT:send for EDIFACT?

HTH,
RMG

application/EDIFACT

I think you should set it as application/edi-EDIFACT

HTH,
RMG