Options

Crazy Behaviour in XMLPort

jordi79jordi79 Member Posts: 272
edited 2014-12-22 in NAV Three Tier
Hi,

I am trying to setup XMLPort to print the following:

<job:Job
xsi:schemaLocation="http://www.setcce.si/Schemas/2010/JobXML/2.0 http://public.setcce.si/Schemas/JobXML/2.0/Job.xsd"
xmlns:job="http://www.setcce.si/Schemas/2010/JobXML/2.0&quot;
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot;
>

But what I get is:

<Job
p1:schemalocation="http://www.setcce.si/Schemas/2010/JobXML/2.0 http://public.setcce.si/Schemas/JobXML/2.0/Job.xsd"
xmlns:job="http://www.setcce.si/Schemas/2010/JobXML/2.0&quot;
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot;
xmlns:p1="xsi"
xmlns="job">

NAV auto inserts the following for me:
--> p1:schemalocation="http://www.setcce.si/Schemas/2010/JobXML/2.0 http://public.setcce.si/Schemas/JobXML/2.0/Job.xsd"

--> xmlns:p1="xsi"

--> xmlns="job">

And automatically changes
<job:Job
to
<Job
Sign In or Register to comment.