Hi,
I want to import data using XML Tag format and reading using X++
<?xml version="1.0" encoding="utf-8" ?>
<Envelope xmlns = "schemas.microsoft.com/.../
documents/Message">
<Header>
<MessageId>{5603D03A-4380-404D-9F27-738BE0FEA13E}</MessageId>
<Action>tempuri.org/.../Action>
</Header>
<Body>
<MessageParts xmlns = "schemas.microsoft.com/.../
documents/Message">
<LedgerJournal xmlns = "schemas.microsoft.com/.../
documents/LedgerJournal">
<LedgerJournalTable class="entity">
<JournalType>Daily</JournalType>
<Name>Daily Journal 1</Name>
<VoucherSeries>Ledger_3</VoucherSeries>
<LedgerJournalTrans class="entity">
<AccountType>Ledger</AccountType>
<AmountCurDebit>50</AmountCurDebit>
<CurrencyCode>USD</CurrencyCode>
<DocumentDate>2020-01-20</DocumentDate>
<Invoice>00003</Invoice>
<OffsetAccount>12020</OffsetAccount>
<OffsetAccountType>Ledger</OffsetAccountType>
<TransDate>2020-01-20TransDate>
<Txt>AxLedgerJournal inbound test trans 1</Txt>
</LedgerJournalTrans>
<LedgerJournalTrans class="entity">
<AccountType>Vendor</AccountType>
<AmountCurCredit>50</ AmountCurCredit >
<CurrencyCode>USD</CurrencyCode>
<DocumentDate>2020-01-20</DocumentDate>
<Invoice>00003</Invoice>
<OffsetAccount>12020</OffsetAccount>
<OffsetAccountType>Ledger</OffsetAccountType>
<TransDate>2020-01-20TransDate>
<Txt>AxLedgerJournal inbound test trans 1</Txt>
</LedgerJournalTrans>
</LedgerJournalTable>
</LedgerJournal>
</MessageParts>
</Body>
</Envelope>
Please provide some link thanks in advance.