I'm using an EJB3 stateless session bean annotated with:
@WebService(name="KundenverwaltungSEI",
serviceName="KundenverwaltungService")
| @SOAPBinding(style=RPC)
| @Stateless(name="KundenverwaltungService")
| @Remote(KundenverwaltungService.class)
| @RolesAllowed(ROLLE_MITARBEITER)
| @PortComponent(contextRoot="/hska/KundenverwaltungService",
urlPattern="/*", authMethod="BASIC",
transportGuarantee="NONE")
| @SecurityDomain(LOGIN_DOMAIN_HSKA)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4011082#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...