Hi Martin,
thanks for the reply. But what you sent me seems way to complicated
towards what i'd like to do :)
I'd like just to add a security header to my SOAP messages like this :
/* <soapenv:Header>*/ /* <wsse:Security
xmlns:wsse="
http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"> */
/* <wsse:UsernameToken> */
/* <wsse:Username>mvincent</wsse:Username>
*/ /* <wsse:Password
Type="
http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-
1.0#PasswordText">mvincent</wsse:Password> */ /*
</wsse:UsernameToken> */ /* </wsse:Security>*/ /*
</soapenv:Header>*/ I know it's probably not the most secured way, but
as it is used for communication between applications in the same system, it's
not a big deal... (and it's the policy chosen by my client) I've tried
many different configuration on my GF server and in my
web.xml/sun-web.xml/sun-jaxws.xml files with no success... Any idea to
make this work ? Thanks a lot Mat
--
[Message sent by forum member 'yodamad']
View Post: http://forums.java.net/node/798878