Dear,I'm trying to call a lc web service from c# PDFUtilityServiceClient client = new PDFUtilityServiceClient(); client.ClientCredentials.UserName.UserName = "administrator"; client.ClientCredentials.UserName.Password = "password"; string version = client.getVersi...