I am trying to call a WCF service from JAVA, the authentication is provided by using service account. As the WCF service by default taking windows credentials,I want to explicitly set username/password instead of using service account. Please suggest a way to set windows credentials in Java to call WCF service.
Thanks, Vempati