Webservice basic authentication
Answered
Hello community, I have a problem consuming a webservice that need basic auth, I create the classes with the wizard:


and when I run the project, send me the error that I dont have Autorization:

Can someone please help me on how to configure the basic authentication. Thanks
Please sign in to leave a comment.
Hello,
You could check example here: https://examples.javacodegeeks.com/enterprise-java/jws/container-authentication-with-jax-ws/