How to add HTTP authentication in Web Services Explorer? [message #223719] |
Tue, 11 November 2008 17:16  |
Eclipse User |
|
|
|
From reading on different posts the Web Services Explorer supposedly would
have a popup windows to add the username and password when invoking a web
service that requires HTTP Basic Authentication.
However, in my case the popup window didn't occur and I'm already using
WTP 1.5.1. Given that my knowledge with Web Services is somewhat limited I
assume that 1) my Web Server was not set correctly to require basic
authentication or 2) my WSDL doesn't contain information that would
trigger Web Services Explorer to request for the username and password.
In any case, I need to provide HTTP basic authentication for my test and
was wondering if there is a way to either 1) force WSE to request for
username and password or 2) manually add the username and password in WSE?
Thank you in advance.
|
|
|
Re: How to add HTTP authentication in Web Services Explorer? [message #223740 is a reply to message #223719] |
Wed, 12 November 2008 10:25  |
Eclipse User |
|
|
|
To check if your service is set up to use basic authentication, try
pasting the endpoint URL in a browser and see if the browser brings up a
username/password dialog.
If the browser doesn't give you a password dialog, then the problem is
probably that your server and web app are not set up properly. Have a
look at the web.xml in your project, I think you need to add
security-role, security-constraint, and login-auth elements. Then you
will need to configure your server to set up users and roles. If you
are using tomcat have a look at conf/tomcat-users.xml
Ver Rey wrote:
> From reading on different posts the Web Services Explorer supposedly
> would have a popup windows to add the username and password when
> invoking a web service that requires HTTP Basic Authentication.
> However, in my case the popup window didn't occur and I'm already using
> WTP 1.5.1. Given that my knowledge with Web Services is somewhat limited
> I assume that 1) my Web Server was not set correctly to require basic
> authentication or 2) my WSDL doesn't contain information that would
> trigger Web Services Explorer to request for the username and password.
> In any case, I need to provide HTTP basic authentication for my test and
> was wondering if there is a way to either 1) force WSE to request for
> username and password or 2) manually add the username and password in WSE?
>
> Thank you in advance.
>
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.05853 seconds