If you want to change the target runtime on the project, right-click the project and select Properties. On the Targeted Runtimes page select the appropriate runtime.
<wsdlsoap:address location="http://localhost:9080/ClaimService/services/ClaimPort"/>If the WebSphere Application Server is on port other than 9080, you will need to update the WSDL files in the WebContent/WEB-INF/wsdl directories for both the ClaimClient and ClaimService project to reflect the correct port for the server. You can determine which port WebSphere Application Server is using in the WebSphere administrative console.