简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
windchill刻制中 代码中实现:HTTP遠程訪問鑒權,RMI遠程訪問鑒權,WebService客戶端測試訪問
1.HTTP遠程訪問鑒權RemoteMethodServer rms = RemoteMethodServer.getDefault();GatewayAuthenticator auth = new GatewayAuthenticator();auth.setRemoteUser("wcadmin");rms.setAuthenticator(auth)
到底了