[jboss-user] [JBossWS] - Re: Cannot access web service with HTTP Basic Authentication

alessio.soldano@jboss.com do-not-reply at jboss.com
Fri Jan 11 18:42:23 EST 2008


You should either protect the service only (allowing unauthenticated access to the wsdl contract, for example using secureWSDLAccess=false in your @WebContext annotation) or let your client consume a local copy of the wsdl you previously downloaded manually providing username & password. Please note that this also increase performance.

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4119279



More information about the jboss-user mailing list