Tagged Questions
0
votes
1answer
394 views
Groovy Node.depthFirst() returning a List of Nodes and Strings?
I'm hoping someone will just point out something obvious that I'm missing here. I feel like I've done this a hundred times and for some reason tonight, the behavior coming from this is throwing me for ...
1
vote
1answer
145 views
find and add inner level child node if entry is missing using groovy
Using groovy, I am trying to read the tomcat server.xml and insert a new node Resource tag if node <Resource name="jdbc/testDS" auth="Container" ..... > is missing.
Server.xml has hierarchy ...
1
vote
1answer
735 views
Convert String XML fragment to Document Node in Groovy
I am trying add a new node to the request via SOAPUI Groovy
I have the String XMl fragment but I am not able to create a node using Groovy for SOAPUI.
For example
<entityProps>
...