Hi folks,
I have developed a XMLport and trying to import a file having data like:
<tlp:Invoices xmlns:tlp="www.timelog.com/.../v4_4">
<tlp:Invoice ID="11234">
<tlp:InvoiceNumber>6525</tlp:InvoiceNumber>
<tlp:Header>Abcd efg</tlp:Header>
<tlp:Text />
<tlp:InvoiceDate>2017-08-31T00:00:00</tlp:InvoiceDate>
<tlp:DueDate>2017-09-30T00:00:00</tlp:DueDate>
<tlp:Amount>123654.1900</tlp:Amount>
<tlp:Status>2</tlp:Status>
<tlp:Type>0</tlp:Type>
</tlp:Invoice>
</tlp:Invoices>
When i run the XML port it generates the following error:
Schema generation and node names that contains colons (:) are not supported (node tlp:type)

The xml code is as follow:

Looking forward to your suggestions. Thanks
*This post is locked for comments
I have the same question (0)