Description
We are migrating our application to Java11 and using Axis2 1.8.0 version for SOAP webservices. We are generating the Java classes using wsdl2java. We are observing a prefix ns2 is added in the response by default. We have tried -sp option as well while generating the Java classes to suppress this prefix but didn't get the desired result.
<ns2:Response xmlns:ns2="namespace">
<data>5</data>
</ns2:Response>
We would like to know why the -sp option is not working and the methods to remove the prefix to response elements