Steps to auto-generate ws classes for ars-webservice-client:

1) Perforce open for edit all classes in ars-webservice-client\src\main\java\gov\va\med\hdr\ars\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/AggregateReportingService/ARService?WSDL)

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

NOTE:  Dynamic URL lookup was added to CaipArsWebServiceDelegate.