Hi, I want to publish a Web service as a JAX-WS endpoint using Spring configuration. This is fine and am able to do. But I would like to publish this endpoint without using web container. Say as a standalone application. Just like how we use JaxWsServerFactoryBean.create(). How do I achieve with Spring configuration?
Thanks. Raj
