Steps to auto-generate ws classes for wtf-caip-client:

1) Perforce open for edit all classes in wtf-caip-client\src\main\java\gov\va\med\tfs\client\webservice.
	(all these classes are auto-generated)

2) Within eclipse, right click the project and select "New" then "Other..."

3) Within "Select a wizard" dialog box, open "Web Services" and select "Web Service Client"

4) Within "Web Service Client" dialog box, add WSDL location to Service definition. 
	(like: http://localhost:7000/TemplateFilterService/WTFService?WSDL)

5) Select Finish. It will generate the classes and place in namespace package (like gov.va.med.tfs)



	

