XML Document Import problems

b2amolb2amol Member Posts: 64
Hi,

I have trouble getting an XML document through XMLPort into NAV. Here is the root element of the xml:
<MasterOrders p1:schemaLocation="ProdSalesXML.xsd http://reportserver?%2fProdSalesXML&rs% ... chema=True" Name="ProdSalesXML" xmlns:p1="http://www.w3.org/2001/XMLSchema-instance&quot; xmlns="ProdSalesXML.xsd">

The XMLport is able to handle <MasterOrders> as root element but cannot handle the rest. If i try defining an attribute 'schemaLocation' for MasterOrders, i get error
'
Microsoft Dynamics NAV Classic
The variable SCHEMALOCATION is defined more than once.

An example could be: 'File' exists as both a data type and a global variable.

OK

Could anyone guide please?

Thanks,

Amol

Comments

  • kinekine Member Posts: 12,562
    Just change the VariableName property of the element...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • b2amolb2amol Member Posts: 64
    Solved..

    Just got rid of the Schema definition in ReportingServices which creates xml file. Nothing on the front end, but adding Device Info Settings in rsreportserver.config did the trick.

    <?xml version="1.0" encoding="utf-8"?>
    <MasterOrders Name="ProdSalesXML">

    I wonder why they dont append the documentation on XMLports for Namespaces! ](*,)

    Amol
Sign In or Register to comment.