java webservice requires usernametoken over basichttpbinding (3 replies)
        Posted  
        
        on .NET 247
        
        See other posts from .NET 247
        
        
        
        Published on 18 Feb 2010 11:46:31
        Indexed on 
            2010/03/07
            23:55 UTC
        
        
        Read the original article
        Hit count: 367
        
Filed under: 
        I need to call a Java webservice. I can add a service reference without problems, and I get Intellisense in Visual Studio. However, when I try to call a service method I get an error message saying "Missing (user) Security Information". I n my code I try to set usercredentials: testWS.WarrantyClaimServiceClient svc new TestClient.testWS.WarrantyClaimServiceClient(); svc.ClientCredentials.UserName....
        
        © .NET 247 or respective owner