Webservice basic authentication
已回答
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
请先登录再写评论。
Hello,
You could check example here: https://examples.javacodegeeks.com/enterprise-java/jws/container-authentication-with-jax-ws/