Dear experts,
I have created a message type in XI and have exported the XSD. When I try to import the XSD in the syndicator, I get an error message: Root element required.
This is my structure which I exported:
<?xml version="1.0" encoding="UTF-8"?>
<ns0:MT_CSR_CUSTOMER xmlns:ns0="urn://xi/csr/customer">
<CSR_CUSTOMER_FILE>
<CSR_CUSTOMER>
<ZZSRCDTA/>
<ZZBMORG>53</ZZBMORG>
<CA_OUTNM>12449</CA_OUTNM>
<ZKATR7/>
<ZZDSBCHN/>
<ZZKEYACC/>
<ZZKEYCOD/>
<ZZSALCNR/>
<CA_CTRDN>17</CA_CTRDN>
<ZZACVDAT/>
<ZZINADAT/>
<TXTMD>TESCO</TXTMD>
</CSR_CUSTOMER>
</CSR_CUSTOMER_FILE>
</ns0:MT_CSR_CUSTOMER>
Then I tried to import the XSD into MS Access and export it again. MDM will accept this file, but if I then syndicate, the message is not accepted by XI because the </ns0:MT_CSR_CUSTOMER> is missing.
How can help out?
Thanks in advance!