Skip to Content
0
Former Member
Apr 12, 2011 at 07:27 AM

Access Webservice secured with Windows Authentication

71 Views

Hello,

Using a deployable Proxy I want to access a Webservice which is running on a Windows System. The service is secured not with HTTP Authentication but with Windows Authentication.

I am experiencing problems accessing even the WSDL of the web service form NWDS. For secured webservices I can only enter Username and Password in NWDS but no domain name. I have already tried entering <domain>\<user>, <domain>/<user> or <user>@<domain> in the username filed but it didn't work..

I can access the WSDL using Internet Explorer (which has my domain information) and generate the Proxy classes. However still I cannot access the webservice on the Java side.

Any ideas welcome!

Christoph