Hi Morteza,
I discussed this with my team. Did you actually set up the wawision file format in Transus?
This has to be done by Transus. To check whether your xml has the right format you can also try to import it. You are required to have at minimum a GLN and EAN number. Then orders will be created in draft status. If the file is being imported you can be sure your export file has the correct format.
Does this help you?
Best regards,
Johannes
Hi Morteza,
if you realy want to use this module, you have to setup your Transus account to the “old” Xentral(wawision) mapping converter by creating a ticket in the Transus backend.
Bouth mappings has the same name in the Transus GUI ‘Xentral ERP’, but they are completely different.
You can easy compare the xml files to see witch mapping do you have. Open an order xml a look on the top elements.
The new one starts with
<?xml version='1.0' encoding='UTF-8'?>
<Messages>
<Message>
<MessageStandard>TRANSUSXML</MessageStandard>
<MessageType>8</MessageType>
The old one that you need starts with
<?xml version='1.0' encoding='UTF-8'?>
<ORDERS>
<ORDER>
<HEADER>
<MessageFormat>TRANSUSXML</MessageFormat>
the better solution is create a new importer with the new Transus mapping.
greetings
joschi
Hi Johannes Epping and Joachim Weber thank so much it is work now