如果您想更改项目的目标运行时,则右键单击该项目并选择属性。在“目标运行时”页面上,选择适当的运行时。
<wsdlsoap:address location="http://localhost:9080/ClaimService/services/ClaimPort"/>如果 WebSphere Application Server 安装在 9080 以外的端口上,则需要更新 ClaimClient 和 ClaimService 项目的 WebContent/WEB-INF/wsdl 目录中的 WSDL 文件,以反映该服务器的正确端口。要确定 WebSphere Application Server 正在使用哪个端口,可在“服务器”视图中双击 WebSphere 服务器。“服务器概述”将列示该服务器使用的 HTTP 端口。