【发布时间】:2014-02-06 17:28:47
【问题描述】:
默认情况下,fuse ESB 会给出一个以 cxf 开头的端点 url。例如,如果我有
<jaxws:endpoint id="HTTPEndpoint"
implementor="org.fusesource.example.PersonImpl"
address="/PersonServiceCF"/>
在spring bean中配置的端点,将其部署为bundle后,fuse会将此端点发布为http://localhost:8181/cxf/PersonServiceCF?wsdl
现在我想将默认的前导 url cxf 更改为 xyz。它应该看起来像
http://localhost:8181/xyz/PersonServiceCF?wsdl 。我该怎么做,我google了很多,但找不到配置文件。任何提示都非常感谢。
【问题讨论】: