Files
gtav-src/tools_ng/bin/Statistics_Dev/Config/Clients_Http.xml
T
2025-09-29 00:52:08 +02:00

169 lines
7.5 KiB
XML
Executable File

<?xml version="1.0" encoding="utf-8" ?>
<client>
<endpoint name="ResourceStatClient"
address="http://127.0.0.1:8080/StatisticsService/ResourceStats"
binding="webHttpBinding"
bindingConfiguration="defaultWebHttpBinding"
contract="RSG.Statistics.Common.ServiceContract.IResourceStatService"
behaviorConfiguration="webHttp"/>
<!-- Common Assets -->
<endpoint name="BuildClient"
address="http://127.0.0.1:8080/StatisticsService/Builds"
binding="webHttpBinding"
bindingConfiguration="defaultWebHttpBinding"
contract="RSG.Statistics.Common.ServiceContract.IBuildService"
behaviorConfiguration="webHttp"/>
<endpoint name="LevelClient"
address="http://127.0.0.1:8080/StatisticsService/Levels"
binding="webHttpBinding"
bindingConfiguration="defaultWebHttpBinding"
contract="RSG.Statistics.Common.ServiceContract.ILevelService"
behaviorConfiguration="webHttp"/>
<endpoint name="MissionClient"
address="http://127.0.0.1:8080/StatisticsService/Missions"
binding="webHttpBinding"
bindingConfiguration="defaultWebHttpBinding"
contract="RSG.Statistics.Common.ServiceContract.IMissionService"
behaviorConfiguration="webHttp"/>
<!-- Enums -->
<endpoint name="EnumClient"
address="http://127.0.0.1:8080/StatisticsService/Enums"
binding="webHttpBinding"
bindingConfiguration="defaultWebHttpBinding"
contract="RSG.Statistics.Common.ServiceContract.IEnumService"
behaviorConfiguration="webHttp"/>
<!-- Game Assets -->
<endpoint name="CharacterClient"
address="http://127.0.0.1:8080/StatisticsService/Characters"
binding="webHttpBinding"
bindingConfiguration="defaultWebHttpBinding"
contract="RSG.Statistics.Common.ServiceContract.ICharacterService"
behaviorConfiguration="webHttp"/>
<endpoint name="CutsceneClient"
address="http://127.0.0.1:8080/StatisticsService/Cutscenes"
binding="webHttpBinding"
bindingConfiguration="defaultWebHttpBinding"
contract="RSG.Statistics.Common.ServiceContract.ICutsceneService"
behaviorConfiguration="webHttp"/>
<endpoint name="VehicleClient"
address="http://127.0.0.1:8080/StatisticsService/Vehicles"
binding="webHttpBinding"
bindingConfiguration="defaultWebHttpBinding"
contract="RSG.Statistics.Common.ServiceContract.IVehicleService"
behaviorConfiguration="webHttp"/>
<endpoint name="WeaponClient"
address="http://127.0.0.1:8080/StatisticsService/Weapons"
binding="webHttpBinding"
bindingConfiguration="defaultWebHttpBinding"
contract="RSG.Statistics.Common.ServiceContract.IWeaponService"
behaviorConfiguration="webHttp"/>
<endpoint name="MapAreaClient"
address="http://127.0.0.1:8080/StatisticsService/MapAreas"
binding="webHttpBinding"
bindingConfiguration="defaultWebHttpBinding"
contract="RSG.Statistics.Common.ServiceContract.IMapAreaService"
behaviorConfiguration="webHttp"/>
<endpoint name="MapSectionClient"
address="http://127.0.0.1:8080/StatisticsService/MapSections"
binding="webHttpBinding"
bindingConfiguration="defaultWebHttpBinding"
contract="RSG.Statistics.Common.ServiceContract.IMapSectionService"
behaviorConfiguration="webHttp"/>
<endpoint name="ArchetypeClient"
address="http://127.0.0.1:8080/StatisticsService/Archetypes"
binding="webHttpBinding"
bindingConfiguration="defaultWebHttpBinding"
contract="RSG.Statistics.Common.ServiceContract.IArchetypeService"
behaviorConfiguration="webHttp"/>
<endpoint name="RoomClient"
address="http://127.0.0.1:8080/StatisticsService/Rooms"
binding="webHttpBinding"
bindingConfiguration="defaultWebHttpBinding"
contract="RSG.Statistics.Common.ServiceContract.IRoomService"
behaviorConfiguration="webHttp"/>
<endpoint name="EntityClient"
address="http://127.0.0.1:8080/StatisticsService/Entities"
binding="webHttpBinding"
bindingConfiguration="defaultWebHttpBinding"
contract="RSG.Statistics.Common.ServiceContract.IEntityService"
behaviorConfiguration="webHttp"/>
<!-- Profile stat -->
<endpoint name="MapExportStatClient"
address="http://127.0.0.1:8080/StatisticsService/MapExportStats"
binding="webHttpBinding"
bindingConfiguration="defaultWebHttpBinding"
contract="RSG.Statistics.Common.ServiceContract.IMapExportStatService"
behaviorConfiguration="webHttp"/>
<!-- Capture Stats -->
<endpoint name="CaptureClient"
address="http://127.0.0.1:8080/StatisticsService/CaptureStats"
binding="webHttpBinding"
bindingConfiguration="defaultWebHttpBinding"
contract="RSG.Statistics.Common.ServiceContract.ICaptureService"
behaviorConfiguration="webHttp"/>
<!-- Reports -->
<endpoint name="ReportClient"
address="http://127.0.0.1:8080/StatisticsService/Reports"
binding="webHttpBinding"
bindingConfiguration="defaultWebHttpBinding"
contract="RSG.Statistics.Common.ServiceContract.IReportService"
behaviorConfiguration="webHttp"/>
<!-- Game Assets -->
<endpoint name="GameAssetClient"
address="http://127.0.0.1:8080/StatisticsService/GameAssets"
binding="webHttpBinding"
bindingConfiguration="defaultWebHttpBinding"
contract="RSG.Statistics.Common.ServiceContract.IGameAssetService"
behaviorConfiguration="webHttp"/>
<!-- Playthrough -->
<endpoint name="PlaythroughClient"
address="http://127.0.0.1:8080/StatisticsService/Playthroughs"
binding="webHttpBinding"
bindingConfiguration="defaultWebHttpBinding"
contract="RSG.Statistics.Common.ServiceContract.IPlaythroughService"
behaviorConfiguration="webHttp"/>
<!-- Social Club -->
<endpoint name="SocialClubClient"
address="http://127.0.0.1:8080/StatisticsService/SocialClub"
binding="webHttpBinding"
bindingConfiguration="defaultWebHttpBinding"
contract="RSG.Statistics.Common.ServiceContract.ISocialClubService"
behaviorConfiguration="webHttp"/>
<!-- Vertica Data Service -->
<endpoint name="VerticaDataClient"
address="http://127.0.0.1:8080/StatisticsService/VerticaData"
binding="webHttpBinding"
bindingConfiguration="defaultWebHttpBinding"
contract="RSG.Statistics.Common.ServiceContract.IVerticaDataService"
behaviorConfiguration="webHttp"/>
<!-- Profile Stat Service -->
<endpoint name="ProfileStatClient"
address="http://127.0.0.1:8080/StatisticsService/ProfileStats"
binding="webHttpBinding"
bindingConfiguration="defaultWebHttpBinding"
contract="RSG.Statistics.Common.ServiceContract.IProfileStatService"
behaviorConfiguration="webHttp"/>
</client>