传递TLS凭据

时间:2017-10-11 14:41:48

标签: java web-services ssl ssl-certificate webservice-client

我有一个使用客户端身份验证调用的SOAP WS,我需要将收到的客户端证书传递给另一个Web Service。我怎么能这样做?

@WebMethod(operationName = "test")
public List<String> test() {
    // Do some stuff
    // Call another Web Service which needs to authenticate the client too
}

0 个答案:

没有答案