How to create a HelloWorld JAX-WS example (client - service)?

て烟熏妆下的殇ゞ 提交于 2019-11-28 03:47:02

问题


I'm really new in Java Web Service. I can say that my knowledge level is only 10%. Can somebody please give me a HelloWorld Example of JAX-WS (client - service) with explanations?...


回答1:


This might be a common question and perhaps a duplicate one too. But I would like to provide some links which might get you started.

  1. This mkyong blog has good explanation with all the necessary examples.
  2. Another blog which has provided two different articles for setting up the server and accessing it with the client.

You can also search it in google and get plenty of references to look. Hope it will help you get started.

EDIT:

Another Dzone article that also has provided an example. All these examples are JAX-WS.




回答2:


Or oracle tutorial:

Creating a Simple Web Service and Client with JAX-WS



来源:https://stackoverflow.com/questions/16537236/how-to-create-a-helloworld-jax-ws-example-client-service

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!