Forum Discussion
M_McDonald
14 years agoSuper Contributor
Actually the requestXml XmlSlurper object has the whole request, and you can navigate to whatever node you need, for example:
So you have the whole request to do the replace with. Unless I've misunderstood.
requestXml.toplevel.nextlevel.updateRequest.appendNode( toAddXml.reference )
So you have the whole request to do the replace with. Unless I've misunderstood.