1. Write a JWS that uses the RolesAllowed and SecurityRole annotation package examples.webservices.security_jws; import weblogic.jws.WLHttpTransport; import weblogic.jws.Policies; import weblogic.jws.Policy; import
Continue readingTag: securing webservices
How to load webservices security policy from classpath
1) Add the following JAVA OPTION to the classpath -Dweblogic.wsee.policy.LoadFromClassPathEnabled=true 2) Write a simple policy. Encrypt.xml <?xml version="1.0"?> <wsp:Policy
Continue readingSecuring WebServices using Username / Password mechanism
Security is an important aspect of your application design. When the web services are deployed and accessed, you might like
Continue reading