I also tried the KeyStoreFactoryBean approach:
<bean id="keyStoreHandler" class="org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler">
<property...
Type: Posts; User: username9; Keyword(s):
I also tried the KeyStoreFactoryBean approach:
<bean id="keyStoreHandler" class="org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler">
<property...
i take it there is no "easy" way to do this...
can someone please post a working example?
pilerou, could you paste a wiring example of your implementation of your custom truststore?
I have a jssecacerts file I need to configure for my POX client. How would I go about doing that?
My template:
<bean id="poxMessageFactory"...