Hello guys,I just want to know how to publish multiple web services? Is it correct to just repeat the following codes? Any better implementation?
JaxWsProxyFactoryBean factory = new JaxWsProxyFactoryBean(); ...... factory.create; Thanks, William
Hello guys,I just want to know how to publish multiple web services? Is it correct to just repeat the following codes? Any better implementation?
JaxWsProxyFactoryBean factory = new JaxWsProxyFactoryBean(); ...... factory.create; Thanks, William