Hello,

we are using a JBossWS 2.0.1 client to access a Axis2 Webservice secured with 
Http Basic Authentication.

The client side gets username and password to login this way:

BindingProvider.getRequestContext().put(BindingProvider.USERNAME_PROPERTY, 
"username");
  | ..

The authentication to the webservice does only work, if GET requests to the 
WSDL file are excluded from the htaccess protection at the server side.

obviosly the login credentials are only sent with POST requests to the 
webservice methods.

Does anyone know, if this is intended to be this way? Is there a way to also  
authenticate for GET requests with the JBossWS client?


thanks
norbert




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

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

Reply via email to