简体   繁体   中英

How to deploy soap based webservice(Jax-WS) developed using java?

I am new to soap based web service.I tried and google a lot but couldn't able to find any useful resource of deploying soap based java webservice on web-logic server. Any help appreciated.

To be able to deploy a web-service you need an application server / servlet container.

Some of the names you'd google: Jetty, Tomcat, JBoss, GlassFish

you can deploy a service using some application server or servlet container.

Here is a good example of deploying JAX-WS web services on Tomcat servlet container click this link for more detail

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM