ap.setContentId(contentId);
ap.setContentType(actualDH.getContentType());
OMElement parent = (OMElement)child.getParent();
OMAttribute attr = org.apache.axis2.om.OMAbstractFactory.getOMFactory().createOMAttribute("href", null,"cid:"+contentId);
parent.addAttribute(attr);
binaryNode.detach();
soapMsg.addAttachmentPart(ap);
}
} else{
if(child instanceof OMElement) {
OMElement childElement = (OMElement)child;