I want to syncronize to NAV tables (items) in two different NAV databases using web services in NAV 2009. How could I send a bunch of records in one transaction? Should I package the data in xml and then send it over or is there a better way?
Lets say I have a change log containing changes in different kind of tables. Is there a way I can sync these changes in a generic way or do I have to create a xmlport for every type of table? I want to sync the changes in a kind of "recref" way... Is it possible?
Comments
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Lets say I have a change log containing changes in different kind of tables. Is there a way I can sync these changes in a generic way or do I have to create a xmlport for every type of table? I want to sync the changes in a kind of "recref" way... Is it possible?
viewtopic.php?f=7&t=34116
It uses msxml but you can build it using xmlport, I have not looked at xsd of the xml file yet.
It uses namespaces which I suggest not to use in xmlport.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Thanks for your answers! Your helped me in the right direction and I have now managed to develop a sync routine.
Thanks a lot!