[jboss-user] [JBossWS] - Re: Web seervice with authentication and wsconsume

Christy do-not-reply at jboss.com
Fri Oct 12 02:40:05 EDT 2007


alessio.soldano at jboss.com 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



More information about the jboss-user mailing list