Using and testing web services in Eclipse

前端 未结 6 817
时光说笑
时光说笑 2020-12-30 08:08

Can you tell the BEST way how to test & use Web Services in Eclipse ?

I had little experience with web services, that is, I used an Apache Axis plugin that gener

6条回答
  •  攒了一身酷
    2020-12-30 08:48

    Your Java EE Eclipse already includes WTP (Web Tool Platform), so you shouldn't download another plugin.

    All you need now is to follow one of those tutorials


    WTP:

    The Eclipse Web Tools Platform (WTP) project extends the Eclipse platform with tools for developing Web and Java EE applications

    It includes a web services section with 2 components:

    • The JST Web services component contains tools for developing and interacting with Java Web services.
    • The WST Web services component contains tools for Web services development which is not Java specific.

提交回复
热议问题