How to add autoNameResolution in Apache CXF plugin in pom.xml? I have tried to add in defaultOptions tag as well as wsdlOption tag but no luck.
in APACHE CXF plugin,
kindly use as below :
<noAddressBinding>true</noAddressBinding>
<autoNameResolution>true</autoNameResolution>
</defaultOptions>