alessio.soldano(a)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#WebCon...
|
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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...