java webservice client

后端 未结 5 593
隐瞒了意图╮
隐瞒了意图╮ 2021-01-16 02:41

I have stfw but I cannot find a simple / standalone way to create a webservice client in java.

Does anyone have a link/sample into this?

5条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-16 03:05

    One of the most simple ways is to use apache cxf. There is a good documentation to create a client here. You will need java 5, not 1.4!

提交回复
热议问题