[jboss-user] [JBossWS] - Re: Using WSSecurityHandlerOutbound in a DII client
kristof_taveirne
do-not-reply at jboss.com
Tue Aug 15 22:36:39 EDT 2006
Hi,
I"m trying to do the exact same thing.
I'm trying to sign my xml message before sending it to the web service.
My code is almost identical to yours, but it doesn't sign the message at all.
Could somebody recheck this code. I have my doubts about these lines of code:
QName securityName = new QName(SERVICE_NAMESPACE, "ClientStuffEndpointPort");
service.getDynamicHandlerRegistry().setHandlerChain(securityName, clientHandlerChain);
Is there something else I need to get done to get this handler up and running?
I'm outa ideas...
Kristof,
Thanks!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965394#3965394
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965394
More information about the jboss-user
mailing list