14 years ago
Add WSS Username Token
I am a new here, I create a new project :
http://imageshack.us/photo/my-images/832/snap1br.jpg/

When I right click in Request1, the click in :
Add WSS Username Token
I go this :
http://imageshack.us/photo/my-images/42/snap2uq.jpg/
I have this :
In spring-ws-servlet.xml
Please your help is appreciated.
thanks
http://imageshack.us/photo/my-images/832/snap1br.jpg/

When I right click in Request1, the click in :
Add WSS Username Token
I go this :
http://imageshack.us/photo/my-images/42/snap2uq.jpg/

I have this :
<bean id="callbackHandler" class="org.springframework.ws.soap.security.wss4j.callback.SimplePasswordValidationCallbackHandler">
<property name="users">
<props>
<prop key="Bert">Ernie</prop>
<prop key="Mickey">Mouse</prop>
</props>
</property>
</bean>
In spring-ws-servlet.xml
Please your help is appreciated.
thanks