wsdlNode.setAttribute("xmlns:jaxws", ToolConstants.JAXWS_BINDINGS.getNamespaceURI());
}
}
Element cloneEle = (Element)cloneNode;
cloneEle.removeAttribute("node");
for (int i = 0; i < cloneNode.getChildNodes().getLength(); i++) {
Node child = cloneNode.getChildNodes().item(i);
if (child.getNodeType() == Element.ELEMENT_NODE) {
Element childElement = (Element)child;
Node attrNode = childElement.getAttributeNode("node");