[EMAIL PROTECTED] wrote : 
  | In case you actually need to password protect your service only i.e. not 
your wsdl contract, see this: 
http://jbws.dyndns.org/mediawiki/index.php?title=JAX-WS_User_Guide#WebContext 
  | 
I changed my class, here it is:
@WebService
@SOAPBinding(style = SOAPBinding.Style.RPC)
@SecurityDomain("e2edmwsSecurity")
@WebContext(secureWSDLAccess = false)
public class e2edm_metadata_ws {
.....
}
But now my service doesn't protect with password too. When I invoke it doesn't 
ask password? it works like common web service. Why? Where is the mistake?
Thank you!

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094375#4094375

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094375
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to