在spring中的 jaxws:endpoint 加如下代码
xmlns:abc="http://www.abc.org/definitions"
serviceName="abc:GeocodingWebService">
最后结果如下
<jaxws:endpoint id="cxfGeocodingWebService" implementor="#geocodingWebService"
address="/webservice" xmlns:abc="http://www.abc.org/definitions"
serviceName="abc:GeocodingWebService">
</jaxws:endpoint>