Hi
Im working with an xml file. I loaded the xml as string, then used the NodeIterator and NextNode. I process one node at the time. I covert the xml node to a Document(Customer) and add a field(FullName) to that document.
How can I update the xml file with the new nodes that I updated.
Remember that Im working with nodes so I will need to update each node and dont over right all the previous updated nodes in the file.
#Flow-and-Java-services#Integration-Server-and-ESB#webMethods