Hi.
My web service begins to fail when I change the SimplePasswordValidationCallbackHandler to get the password from a PropertyPlaceHolderConfigurer like this:
<bean id="simpleTokenValidationHandler"
class="org.springframework.ws.soap.security.xwss.callback.SimplePasswordValidationCallbackHandler">
<property name="users">
<props>
<prop key="user"><b>${ws.password}</b></prop>
</props>
</property>
</bean>
I know that it is resolving its value at start-up but the authentication fails and it shouldn't.