Hi Team,
What is a different between 2009 R2 XML Port and 2013 XML Port? Because of 2009 xml port result is different with 2013 result when i used same xml port. But 2009 R2 result is correct. So i want to know difference between 2009 and 2013. Is it any documentation? :?: :?:
Best Regards,
Yukon
Make Simple & Easy
0
Comments
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Thanks for your reply. What i saw it
1. Node Name is changed when we use "Source Type" is table.
2. Attribute property "Occurrence" is not working.
CU
XML Port 2013 XML Result
2009 XML Result
That's why i want to know different between 2009 and 2013.
Last Edit : 31/10/2012 - Upload Image!
Regards,
Yukon
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Sorry for my image size! I upload again.
regards,
Yukon
There is difference between RTC and classic client. Make sure it runs on RTC in 2009 first.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Yeah! I run from 2009 Classic. It's work fine. When i run on 2009 RTC totally don't have result. Because of
node name is "rsm:xxx". If i removed "rsm:" it work again. Now i :? ready. How may i get 2009 xml port result (export from Classic) on 2013. :?: :?: :?:
Best Regards,
Yukon
Above error i solved it. I changed "UseDefaultNamespace" to "Yes". But defaultNamespace is shown if i use different prefix in another node. How may i remove it? :?: :?:
Sample XML Format
NAV XML Format
NAV XML Port
Regards,
Yukon
I am having same issue trying to remove default prefix.
I managed to create a SOAP packet using XMLPort in NAV2009 to call Navsion Web Services running on NAV2013R2
I now need to upgrade this XMLport to work with NAV2013R2
This is a sample packet I captured that I need to build using XMLPort in NAV2013R2
The prefix 'Soap:' is not required for the ReadMultiple verb section. How do I remove the prefix 'Soap:' I can change it to something different like XYZ: but how do I make it use a blank prefix??
Any help with XMLPorts in NAV2013R2 would be appreciated!
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
I'm not trying to import, i'm trying to export an XML document that looks exactly like the above sample soap packet.
With prefix's of Soap: at start of packet and the <ReadMultiple> section no prefix's. I don't seem to be able to find a way to clear the prefix Soap: once it has been set as a default see below
Cheers
Scott
I have the same issue.
I changed "UseDefaultNamespace" to "Yes". But defaultNamespace is shown if i use different prefix in another node. How may i remove it? :?: :?:
It inserts the default name space, which i don't need. if UseDefaultNamespace is set to no, then the soapenv is missing from "soapenv:Envelope"
Please help me. Any one