ctionManagerBuilder.create()
.setSSLSocketFactory(sslsf)
.build();
final CloseableHttpClient httpclient =
HttpClients.custom().setConnectionManager(cm).build();
On Tue, Nov 2, 2021 at 4:16 AM Dorofeev Yury
mailto:yury.dorof...@aklagare.se.invalid>>
wrote:
Hi!
I’ve exper
Hi!
I've experiencing problem with sending Soap request from my client stub to
server. The server requires SSL cert. Soap client stub was generated with
wsdl2java from axis2 1.8.0 by using adb databinding.
I've tested to send request with SoapUI program and it works fine which means
that there