About the default for the disableAddressUpdates parameter

2019-02-18 Thread
Hi community, Why is the disableAddressUpdates parameter in the ServletController default to true, I remember that the default is false before. Best Regards! Zhongming Hua

Re: Why TTPTransportFactory no longer implements the WSDLEndpointFactory interface

2019-02-11 Thread
Hi, I also found the same problem in stackoverflow. How can I solve this problem? Address : https://stackoverflow.com/questions/30854730/apache-cxf-3-not-generating-address-element Best Regards! Zhongming Hua 在 2019/2/5 上午11:20,“华 钟明” 写入: Thank you for your answer. I tried

Why TTPTransportFactory no longer implements the WSDLEndpointFactory interface

2019-02-01 Thread
In the 2.7.x version I can publish the WebService service like this HTTPTransportFactory transportFactory = new HTTPTransportFactory(); ServerFactoryBean serverFactoryBean = new ServerFactoryBean(); serverFactoryBean.setAddress(url.getAbsolutePath()); serverFactoryBean.setServiceClass(type);

Re: Why TTPTransportFactory no longer implements the WSDLEndpointFactory interface

2019-02-04 Thread
019, at 12:44 AM, 华 钟明 wrote: > > > In the 2.7.x version I can publish the WebService service like this > > > HTTPTransportFactory transportFactory = new HTTPTransportFactory(); > > ServerFactoryBean serverFactoryB