To make sure I understand, you’re trying to force a particular order of the elements in an XML document? For example,
should be created like this:
Is that what you’re trying to do? Maintaining element order isn’t something that the XML specs prescribe so a parser is free to report elements in any order (though in practice, elements are reported/processed in the order they appear in the document).
#webMethods#Integration-Server-and-ESB#Flow-and-Java-services