XML Example of RCV-MMD
Below XML Example contains the minimal mandatory fields when using namespaces in combination with XSD validation on the Message Type.
Basic setup of Connector Module needs to be done, to process this XML. The following master data is required:
- Customer with GLN-code 8812423028886
- Generic Unit of measure with code PCE
<?xml version="1.0" encoding="UTF-8"?>
<ns0:Message xmlns:ns0="www.boltrics.nl/materialmasterdata:v1.00">
<ns0:Header>
<ns0:MessageID>001</ns0:MessageID>
<ns0:CreationDateTime>2023-01-23T08:52:15</ns0:CreationDateTime>
<ns0:ProcesAction>INSERT</ns0:ProcesAction>
<ns0:FromTradingPartner>8812423028886</ns0:FromTradingPartner>
<ns0:ToTradingPartner>8812423028746</ns0:ToTradingPartner>
</ns0:Header>
<ns0:CustomerItems>
<ns0:CustomerItem>
<ns0:ExternalNo>EDIM001</ns0:ExternalNo>
<ns0:Description>EDI-Manual</ns0:Description>
<ns0:SearchDescription>Book EDI Manual</ns0:SearchDescription>
<ns0:BaseUnitofMeasure>PCE</ns0:BaseUnitofMeasure>
<ns0:EANGLNCustomer>8812423028886</ns0:EANGLNCustomer>
<ns0:TemplateName>456987123</ns0:TemplateName>
<ns0:UnitOfMeasures>
<ns0:UnitOfMeasure>
<ns0:Code>PCE</ns0:Code>
<ns0:QtyperUnitofMeasure>1</ns0:QtyperUnitofMeasure>
<ns0:Length>240</ns0:Length>
<ns0:Width>170</ns0:Width>
<ns0:Height>2</ns0:Height>
</ns0:UnitOfMeasure>
</ns0:UnitOfMeasures>
</ns0:CustomerItem>
</ns0:CustomerItems>
</ns0:Message>
#Tips
- Use Item Templates for populating fields with fixed data, instead of hard coding values in the mapping.
Basics and explanation are in our e-learning about Integration with the standard