problems with soapUI testing webservice on weblogic when using @RolesAllowed
I have problems in accessing a method on a webservice on weblogic, if a @RolesAllowed annotation is defined on the method. If I move the roles restriction to the class level, rather than the method l...