cxf-codegen-plugin

Add autoNameResolution in Apache CXF plugin in pom.xml


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.


Solution

  • in APACHE CXF plugin,

    kindly use as below :

                               <noAddressBinding>true</noAddressBinding>
                              <autoNameResolution>true</autoNameResolution>
                           </defaultOptions>