java webservice client

后端 未结 5 596
隐瞒了意图╮
隐瞒了意图╮ 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:10

    I presume you're referring to a SOAP web service? For a RESTful web service in which requests are submitted via HTTP GET, you really don't need anything more than a web browser.

提交回复
热议问题