addAttribute(doc,"name",localPart+DATABINDING_SUPPORTER_NAME_SUFFIX,rootElement);
addAttribute(doc,"methodname",localPart,rootElement);
addAttribute(doc,"namespace",operation.getName().getNamespaceURI(),rootElement);
rootElement.appendChild(getInputParamElement(doc,operation));
rootElement.appendChild(getOutputParamElement(doc,operation));
doc.appendChild(rootElement);
return doc;
}
/**
* Creates the DOM tree for implementations