Hi I have a web service developed using jax-ws style annotations. So it does not require a services.xml, It is deployed to axis2 as jar file under WEB-INF\servicejars directory.
Now if I want to secure this service using rampart how do I link the policy.xml? Where do I add the stuff such as <module ref="rampart"> that one usually adds into services.xml ? cheers Tezcan