After Apache CXF generates webservice from wsdl file, the wsdl: binding property is modified, how to change it back?

Apache CXF after generating webservice from a wsdl file that already exists , the wsdl: binding attribute is modified, how to change it back?

clipboard.png

clipboard.png
the following is my wsdl source file, please help me!


            <soap:address location="http://localhost:8080/OSB_EIP_EIP_HQ_InquiryEipAnnouncementSrv"/>
        </wsdl:port>
    </wsdl:service>
</wsdl:definitions>

specify the portName property and the wsdlLocation property in service

Menu