Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/17/11 15:54:20 (13 years ago)
Author:
msammer
Message:

#1446 rebuild the shown table. Now it is possible to make a right 'details'-call via an action within the MVC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Helpers/Query.cs

    r5919 r6226  
    1717            try {
    1818                QueryServiceClient client = new QueryServiceClient();
    19                 client.ClientCredentials.UserName.UserName = username;
    20                 client.ClientCredentials.UserName.Password = password;
     19                client.ClientCredentials.UserName.UserName = "okbtester";
     20                client.ClientCredentials.UserName.Password = "okbtester";
    2121                client.ClientCredentials.ServiceCertificate.Authentication.CertificateValidationMode = X509CertificateValidationMode.None;
    2222                client.GetFilters();
Note: See TracChangeset for help on using the changeset viewer.