Using and testing web services in Eclipse

前端 未结 6 830
时光说笑
时光说笑 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:04

    Add the WSDL file to the root of an Eclipse project, right-click on it, select "Web Services" and "Generate client", set the cursor to "Assemble" and Eclipse will generate the Java code that will allow you to communicate with the Web Service.

提交回复
热议问题