Is there a possibility to use custom parameters to convert back XML to EDI. I only find the SerializerFactory.getSerializer('EDI/X12').fromXML(message);
in the convert functions.
The problem I have is that converting the xml back to edi it takes the default delimiters (*, ~) not the ones I have specified (',+,:) in the Data Types
so the result is: UNB.01*UNOA*1~UNB.02*800000016
in the convert functions.
The problem I have is that converting the xml back to edi it takes the default delimiters (*, ~) not the ones I have specified (',+,:) in the Data Types
so the result is: UNB.01*UNOA*1~UNB.02*800000016
getSerializer('EDI/X12').fromXML(message);
0 commentaires:
Enregistrer un commentaire