Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.41 KB

README.md

File metadata and controls

24 lines (21 loc) · 1.41 KB

Example of the Soap Web Services tests using Carina framework.

Getting started

Import to Eclipse

If generation is successfully complete, you would see a new project folder with a name equal to the artifactId attribute specified during generation, so navigate to that folder (where pom.xml is located) and execute the following Maven task:

mvn -U clean eclipse:eclipse

By executing this command, Maven should resolve all dependencies, downloading required libraries to your local repository and generating Eclipse classpath. Before importing new project to Eclipse, you should link your IDE to your Maven repository by executing the following task:

mvn -Dworkspace=<path_to_workspace> eclipse:configure-workspace

Here you have to specify the absolute path to the Eclipse workspace. After that, restart Eclipse IDE. Now you can import generated projects such as "Existing Java Project" into Eclipse IDE.

To run soap tests from command line use:

mvn -Dsuite=soap test