How to remove xmlns=“” from xml request
问题 i'm trying to remove blank xmlns from the xml request generated from stub that i've auto-generated from a wsdl using the axis wizard. Axis wizard generates the request class in which there is: private static org.apache.axis.description.TypeDesc typeDesc = new org.apache.axis.description.TypeDesc(Request.class, true); static { typeDesc.setXmlType(new javax.xml.namespace.QName("http://myNamespace")); org.apache.axis.description.ElementDesc elemField = new org.apache.axis.description.ElementDesc