import org.apache.axiom.om.OMElement; import org.apache.axiom.om.OMText; import org.apache.axiom.om.OMFactory; import org.apache.axiom.om.OMNamespace; import org.apache.axiom.om.OMAbstractFactory; import java.util.Iterator; public class MTOMServiceWS { public OMElement MTOMService(OMElement element) throws Exception { element.build (); element.detach(); return element; }}