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
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.