CXF Example Building the example: Use the build.xml file in the root of the project ant all - creates dist\peopleSvc.war ant deploy - copies the war file to your Tomcat webapps folder. Running the example: Web Service component: Start Tomcat JUnit test: ant test - runs the test in PersonTest test class, generating junit\TEST-com.xconnect.cxfTest.PersonTest.xml. You can see the results on the console, or generate a browsable report, described next. View the JUnit test report: ant test-report - generates browsable reportof the testcases results from junit\TEST-com.xconnect.cxfTest.PersonTest.xml, in the junit\index.html file.