Using and testing web services in Eclipse

前端 未结 6 815
时光说笑
时光说笑 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 09:08

    I believe that the easiest way to test web services with Eclipse is the Axis2 plug-in, which is bundled in the Java EE edition. Here is an article about it. It focuses on services and not clients, but it is even easier if you already have a running service and want to create a client.

提交回复
热议问题