标签: spring client cxf
我尝试使用cxf创建一个spring Web服务..下面是spring-cxf-servlet.xml配置。
<jaxws:client id="helloClient" serviceClass="demo.spring.HelloWorld" address="${endpoint.url}" />
现在我的终点是在数据库中定义的...如何从数据库更新我的终点?