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

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b2b07c-2ba6a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b2b07c-2ba6a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?