Unsubscribe

2022-04-25 Thread Dorofeev Yury

SV: Axis2 How to use my own HttpClient with SSL cert

2021-11-05 Thread Dorofeev Yury
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

Axis2 How to use my own HttpClient with SSL cert

2021-11-02 Thread Dorofeev Yury
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