I use Spring MVC 4 Rest, but now that I need to use the web service, I decided to use w760 Ws with the Appache Tomcat7 server, and I'm trying to connect to a third party, which is Bank Api, I must achieve mutual authentication, which is a two-way SSL to send my soap requests
- If the certificates are placed in the trust store and key store respectively in Spring ws, and then when trying to connect to https the server will check and send certificates automatically?
- What are the steps or procedures that need to be completed to configure my W760 Ws application to use a web service via https?
- If verification and sending are not performed automatically, then how can I send and verify a certificate before sending a soap request using Spring ws?
java spring spring-ws ssl web-services
user6384236 May 30 '16 at 7:52 am 2016-05-30 07:52
source share