1
過去了,我使用送我的憑據,如何取回憑證由用戶在肥皂WSDL的Java web服務
Authenticator.setDefault(new Authenticator() {
@Override
protected PasswordAuthentication getPasswordAuthentication() {
return new PasswordAuthentication("username", "password".toCharArray());
}
});
我的問題是,現在我怎麼能檢索肥皂Web服務的Java這個憑據?