[jboss-user] [JBossWS] - ws-addressing and jsr-109

2006-11-15 Thread djhrobinson
In the documentation and examples for ws-addressing jsr-181 annotations are used. Unfortunately because I need to use attachments I'm stuck with using jsr-109 ejbs for my webservice implementation. Is it possible to use ws-addressing without the annotations and configuring the needed handlers th

[jboss-user] [JBossWS] - implementing wsse:UserNameToken

2006-09-08 Thread djhrobinson
I'm trying to implement a webservice based on an ejb3 bean and jsr-181 annotations. One of my requirements is to use wsse UserNameToken based authentication in the header. I can see that its possible to use the Handler chains to set up signing and encryption but I can't see how to set up the bas