**[Michel Zanini](https://jira.spring.io/secure/ViewProfile.jspa?name=michelz)** opened **[SWS-370](https://jira.spring.io/browse/SWS-370?redirect=false)** and commented In the loadDefaultKeyStore method of org.springframework.ws.soap.security.support.KeyStoreUtils class I found this code: .... String passwordProperty = System.getProperty("javax.net.ssl.keyStorePassword"); if (StringUtils.hasLength(passwordProperty)) { password = passwordProperty; } type = System.getProperty("javax.net.ssl.trustStore"); } .... In the line, System.getProperty("javax.net.ssl.trustStore"), the String parameter should be "javax.net.ssl.keyStoreType", right? --- **Affects:** 1.5.2 **Referenced from:** commits https://github.com/spring-projects/spring-ws/commit/c39df00abd26ff7d0553c0fbe07a1df469f9f32d