简体   繁体   English

如何部署使用Java开发的基于肥皂的Web服务(Jax-WS)?

[英]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. 我是基于肥皂的Web服务的新手。我尝试了很多,但仍无法找到在Web逻辑服务器上部署基于肥皂的Java Web服务的有用资源。 Any help appreciated. 任何帮助表示赞赏。

To be able to deploy a web-service you need an application server / servlet container. 为了能够部署Web服务,您需要一个应用程序服务器/ Servlet容器。

Some of the names you'd google: Jetty, Tomcat, JBoss, GlassFish 您会在Google上找到的一些名称:Jetty,Tomcat,JBoss,GlassFish

you can deploy a service using some application server or servlet container. 您可以使用某些应用程序服务器或servlet容器部署服务。

Here is a good example of deploying JAX-WS web services on Tomcat servlet container click this link for more detail 这是在Tomcat Servlet容器上部署JAX-WS Web服务的一个很好的示例,请单击此链接以获取更多详细信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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