[jbossws-dev] [Design of JBoss Web Services] - Re: Contents of the SOAP request

alessio.soldano@jboss.com do-not-reply at jboss.com
Thu Dec 13 13:38:50 EST 2007


An explanation that may help, hope it's not too late.
The reason why your first approach results in your handler being called before the wsse one is that the latter is configured as a post-handler while yours is an endpoint-handler. You would need your handler to be a post-handler, however afaik this can only be achieved editing the jbossws configurations in standard-jaxws-client-config.xml.

Speaking of the second approach, where did you do that call? where is the handlerChain instance from?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112677#4112677

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112677



More information about the jbossws-dev mailing list