How to configure two way SSL connection in Spring WS without using Spring boot and using separate Apache tomcat server?

前端 未结 4 697
Happy的楠姐
Happy的楠姐 2021-02-06 08:16

I need to send a soap request messages in a two way SSL connection security mechanism to a server and also process the Soap response from the server..I am using Spring M

4条回答
  •  忘了有多久
    2021-02-06 08:52

    First you have to check the spring documentation to understand the basics about spring security for web services: http://docs.spring.io/spring-ws/site/reference/html/security.html. I found another tutorial (XML too), that explains how to test your web service security: https://jeromebulanadi.wordpress.com/2010/02/25/basic-spring-web-service-tutorial-from-contract-to-security/#server_security

    Then if you have any specific problem when doing the implementation edit your question.

提交回复
热议问题