Replacing and updating the XML source in Lansa Integrator

This Q&A forum allows users to post and respond to "How Do I Do ....." questions. Please do not use to report (suspected) errors - you must use your regional help desk for this. The information contained in this forum has not been validated by LANSA and, as such, LANSA cannot guarantee the accuracy of the information.
Post Reply
User avatar
HMJust
Posts: 53
Joined: Wed May 11, 2016 7:23 pm
Contact:

Replacing and updating the XML source in Lansa Integrator

Post by HMJust »

In a solution in Lansa Integrator, I have an XML Binding where the XML format is still in flux. Most of it is fixed by now but minor changes are still expected.

With the SOAP Agent I could replace the WSDL - by creating a new solution with the same name as the old solution but referencing the new WSDL - and keep the bindings that already were set.

I have not found a way to accomplish this with XML Binding. I have tried the same as with the SOAP Agent - a new XML Binding with the same name - and I have tried editing the project manually in the XML Editor.

Is there a way for me to do this, so I do not have to recreate my bindings every time the XML format is changed?
I don't know what I am doing, nor how I did it. If it works, luck was involved :geek:
alick
Posts: 16
Joined: Fri Sep 02, 2016 2:43 pm

Re: Replacing and updating the XML source in Lansa Integrator

Post by alick »

Yes, Just edit the source xml file, the project reads the source XML file each time on open.
New XML nodes will appear in the project.
Deleted XML nodes that where mapped, will not appear in the map.
These deleted mapped nodes will not saved back to the project file.
Post Reply