Greetings,
Is there an easier way to change the name of a document node during run time besides converting the document to an XML string and doing a string replace?
I have this document (xml representation):
<command>abc</command>
and I want it to look like this:
<read>abc</read>
Any help would be appreciated.
Thanks.
#webMethods#Flow-and-Java-services#Integration-Server-and-ESB