I am new to Axis2; i am using ADB. I'd like to skip namespace prefixes in XML response. For example if the client receive
<name xsi:type="xsd:string">John</name> or receive <s:name xsi:type="xsd:string">John</s:name> it must work in both case. At the moment only the second case work, because in xsd file the namespace is defined. Are there any way to skip ALWAYS the namespaces ? -- View this message in context: http://www.nabble.com/Axis2%3A-how-to-skip-namespace-prefixes---tp22120392p22120392.html Sent from the Axis - User mailing list archive at Nabble.com.
