Brandon_Tucker
17 years agoOccasional Contributor
How do I add child nodes with xmlUtils?
I have code currently that grabs the parent node I need. I would like to add child nodes to this parent. I remember a methods in javaScript to do this, but not sure how to do it in the soapui api. I think this is the method that I would need.
However, I am not sure how to create the element to give to this method.
public static org.w3c.dom.Element addChildElement(org.w3c.dom.Element element,
java.lang.String name,
java.lang.String text)
However, I am not sure how to create the element to give to this method.