BASIC authentication is on the transport level. It is an alternative to message based 
authentication, which is transport independent.

To set the username/password for BASIC authentication, you still use 


  |       Stub stub = (Stub)endpoint;
  |       stub._setProperty(Stub.USERNAME_PROPERTY, USERNAME);
  |       stub._setProperty(Stub.PASSWORD_PROPERTY, PASSWORD);
  | 

as described in the wiki.

You may want to checkout jboss-head and run the server-sec test case like this:


  |    cd webservice/samples/server-sec
  |    ant -Dserver=default deploy
  |    ant test
  | 

All four tests should pass.


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

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


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to