I create POJO Web Service with a simple java class plus annotation, under Eclipse IDE. To test WS I use Eclipse Wizard to create test WS client specifyng JBossWS runtime and not Axis.
Yes I installed JBoss Tools.
Secured web service with file properties for login work well. With database authentication I forget to define the DataSource on JBoss AS, in which xml should I define it ?
For encryption test I follow chapter 9.5 of the book until 9.5.3 but the client don't work as written above.