我使用以下命令为 java 生成 Web 服务客户端文件。wsimport -keep http://test.com/test?wsdl -xauthfile auth.txt以下是在 auth.txthttp://用户:密码@ip:端口//路径但是,password有像abcw@sdsds. 所以我得到了错误的格式错误。所以我编码了密码,如abcw%40sdsds. 但是,由于解析导致密码错误,现在出现身份验证错误。有没有办法处理这种情况?
添加回答
举报
0/150
提交
取消