Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/21/11 16:00:25 (13 years ago)
Author:
ascheibe
Message:

#1648

  • join user and client management to 1 project
  • completed webservice interface
Location:
branches/ClientUserManagement
Files:
40 added
7 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • branches/ClientUserManagement/HeuristicLab.Clients.UserManagement/3.3/Properties/AssemblyInfo.frame

    r6810 r6815  
    2727// set of attributes. Change these attribute values to modify the information
    2828// associated with an assembly.
    29 [assembly: AssemblyTitle("HeuristicLab.Services.Clients.UserManagement")]
     29[assembly: AssemblyTitle("HeuristicLab.Services.Clients.Access")]
    3030[assembly: AssemblyDescription("")]
    3131[assembly: AssemblyConfiguration("")]
  • branches/ClientUserManagement/HeuristicLab.Clients.UserManagement/3.3/ServiceClients/GenerateServiceClients.cmd

    r6810 r6815  
    77
    88svcutil.exe ^
    9   http://localhost/UserManagementService?wsdl ^
    10   /out:UserManagementClient ^
    11   /namespace:*,HeuristicLab.Clients.UserManagement ^
     9  http://localhost/AccessService?wsdl ^
     10  /out:AccessServiceClient ^
     11  /namespace:*,HeuristicLab.Clients.Access ^
    1212  /collectionType:System.Collections.Generic.List`1 ^
    1313  /targetClientVersion:Version35 ^
  • branches/ClientUserManagement/HeuristicLab.Clients.UserManagement/3.3/app.config

    r6810 r6815  
    44        <bindings>
    55            <wsHttpBinding>
    6                 <binding name="WSHttpBinding_IUserManagementService" closeTimeout="00:01:00"
     6                <binding name="WSHttpBinding_IAccessService" closeTimeout="00:01:00"
    77                    openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00"
    88                    bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard"
     
    2424        </bindings>
    2525        <client>
    26             <endpoint address="http://localhost/UserManagementService" binding="wsHttpBinding"
    27                 bindingConfiguration="WSHttpBinding_IUserManagementService"
    28                 contract="HeuristicLab.Clients.UserManagement.IUserManagementService"
    29                 name="WSHttpBinding_IUserManagementService">
     26            <endpoint address="http://localhost/AccessService" binding="wsHttpBinding"
     27                bindingConfiguration="WSHttpBinding_IAccessService" contract="HeuristicLab.Clients.Access.IAccessService"
     28                name="WSHttpBinding_IAccessService">
    3029                <identity>
    3130                    <certificate encodedValue="AwAAAAEAAAAUAAAAQkazTmWcZqFuuREaov8jmDtOu4UgAAAAAQAAAPIBAAAwggHuMIIBW6ADAgECAhAVedIj+0w6jEdhZErAeemyMAkGBSsOAwIdBQAwFDESMBAGA1UEAxMJbG9jYWxob3N0MB4XDTExMDkwNjA4NDUzOVoXDTM5MTIzMTIzNTk1OVowFDESMBAGA1UEAxMJbG9jYWxob3N0MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCiKeSwXFm0qxkuMFao9NHftClUYvX0jpiyKFthUnutfhB2FF3Ie8a8U15M+GBYSZOV5vXlEn3D30HsV/x6L9/UU1fiJndJd5lWI2/4mP2jra0qP0b8xyitHfRhePIfpDkufZqIOvOmT/DoFqMTK3joexzuEmAw5Ugil6fbOxELlwIDAQABo0kwRzBFBgNVHQEEPjA8gBCJmAWIXCTyTFXdjdnseED4oRYwFDESMBAGA1UEAxMJbG9jYWxob3N0ghAVedIj+0w6jEdhZErAeemyMAkGBSsOAwIdBQADgYEACW9nLJnu1+OJg93AAKfWqkiETHcXUcULrPjMWJQsy5fkHY1qExKBGeUJHK0REvqQs3KRY3GqikMjlAnDmb/e9P1h+PynsRv7y2zAGCnKW4nryWVncWf1xJL9xvKNuH2aR4+Wdq9oo2m793+RXtA7YTSsr/OiiIdkQcjUGQtkaYo=" />
Note: See TracChangeset for help on using the changeset viewer.