<?xml version="1.0" ?><edmx:Edmx xmlns:edmx="http://schemas.microsoft.com/ado/2007/06/edmx" Version="1.0"><edmx:DataServices m:DataServiceVersion="1.0" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"><Schema Namespace="default" xmlns="http://schemas.microsoft.com/ado/2008/09/edm"><EntityType Name="Market"><Key><PropertyRef Name="Id"></PropertyRef></Key><Property Name="Code" Type="Edm.String"></Property><Property Name="CurrencyId" Type="Edm.String"></Property><Property Name="Id" Type="Edm.String" Nullable="false"></Property><Property Name="Name" Type="Edm.String"></Property></EntityType><EntityType Name="Metric"><Key><PropertyRef Name="Id"></PropertyRef></Key><Property Name="Code" Type="Edm.String"></Property><Property Name="Description" Type="Edm.String" Nullable="true" MaxLength="1024"></Property><Property Name="Id" Type="Edm.String" Nullable="false"></Property><Property Name="Name" Type="Edm.String"></Property></EntityType><EntityType Name="Roadmap"><Key><PropertyRef Name="Id"></PropertyRef></Key><Property Name="Id" Type="Edm.Int32" Nullable="false"></Property><Property Name="ProductId" Type="Edm.String" Nullable="true" MaxLength="255"></Property><NavigationProperty Name="RoadmapPeriodDetails" Relationship="default.Roadmap_RoadmapPeriod_One_Many0" FromRole="Roadmap" ToRole="RoadmapPeriod"></NavigationProperty><NavigationProperty Name="ServiceRoadmapDetails" Relationship="default.Roadmap_ServiceRoadmap_One_Many0" FromRole="Roadmap" ToRole="ServiceRoadmap"></NavigationProperty></EntityType><EntityType Name="RoadmapDeliverable"><Key><PropertyRef Name="Id"></PropertyRef></Key><Property Name="DeliveryId" Type="Edm.String" Nullable="true" MaxLength="255"></Property><Property Name="DeliveryStatus" Type="Edm.String" Nullable="true" MaxLength="255"></Property><Property Name="Description" Type="Edm.String" Nullable="true" MaxLength="2048"></Property><Property Name="Id" Type="Edm.Int32" Nullable="false"></Property><Property Name="RoadmapPeriodCategory" Type="Edm.Int32" Nullable="true"></Property><Property Name="ServiceId" Type="Edm.String" Nullable="true" MaxLength="255"></Property><Property Name="Tags" Type="Edm.String" Nullable="true" MaxLength="255"></Property><Property Name="Title" Type="Edm.String" Nullable="true" MaxLength="255"></Property><Property Name="Type" Type="Edm.String" Nullable="true" MaxLength="255"></Property><NavigationProperty Name="RoadmapPeriodCategoryDetails" Relationship="default.RoadmapDeliverable_RoadmapPeriodCategory_Many_ZeroToOne0" FromRole="RoadmapDeliverable" ToRole="RoadmapPeriodCategory"></NavigationProperty></EntityType><EntityType Name="RoadmapPeriod"><Key><PropertyRef Name="Id"></PropertyRef></Key><Property Name="Id" Type="Edm.Int32" Nullable="false"></Property><Property Name="ReleasedVersions" Type="Edm.String" Nullable="true" MaxLength="1024"></Property><Property Name="Roadmap" Type="Edm.Int32" Nullable="true"></Property><Property Name="Title" Type="Edm.String" Nullable="true" MaxLength="255"></Property><NavigationProperty Name="RoadmapPeriodCategoryDetails" Relationship="default.RoadmapPeriod_RoadmapPeriodCategory_One_Many0" FromRole="RoadmapPeriod" ToRole="RoadmapPeriodCategory"></NavigationProperty><NavigationProperty Name="RoadmapDetails" Relationship="default.Roadmap_RoadmapPeriod_One_Many0" FromRole="RoadmapPeriod" ToRole="Roadmap"></NavigationProperty></EntityType><EntityType Name="RoadmapPeriodCategory"><Key><PropertyRef Name="Id"></PropertyRef></Key><Property Name="Id" Type="Edm.Int32" Nullable="false"></Property><Property Name="Period" Type="Edm.Int32" Nullable="true"></Property><Property Name="Title" Type="Edm.String" Nullable="true" MaxLength="255"></Property><NavigationProperty Name="RoadmapDeliverableDetails" Relationship="default.RoadmapDeliverable_RoadmapPeriodCategory_Many_ZeroToOne0" FromRole="RoadmapPeriodCategory" ToRole="RoadmapDeliverable"></NavigationProperty><NavigationProperty Name="RoadmapPeriodDetails" Relationship="default.RoadmapPeriod_RoadmapPeriodCategory_One_Many0" FromRole="RoadmapPeriodCategory" ToRole="RoadmapPeriod"></NavigationProperty></EntityType><EntityType Name="Service"><Key><PropertyRef Name="Id"></PropertyRef></Key><Property Name="AdditionalCategories" Type="Edm.String" Nullable="true" MaxLength="255"></Property><Property Name="Category" Type="Edm.String" Nullable="true" MaxLength="255"></Property><Property Name="HasSapStoreLink" Type="Edm.Boolean" Nullable="true"></Property><Property Name="Icon" Type="Edm.String" Nullable="true" MaxLength="255"></Property><Property Name="Id" Type="Edm.String" Nullable="false" MaxLength="255"></Property><Property Name="IsDeprecatedService" Type="Edm.Boolean" Nullable="true"></Property><Property Name="LicenseModelType" Type="Edm.String" Nullable="true" MaxLength="255"></Property><Property Name="MaterialId" Type="Edm.String" Nullable="true" MaxLength="255"></Property><Property Name="Name" Type="Edm.String" Nullable="true" MaxLength="255"></Property><Property Name="ProductId" Type="Edm.String" Nullable="true" MaxLength="255"></Property><Property Name="Provider" Type="Edm.String" Nullable="true" MaxLength="255"></Property><Property Name="RegionDataCenter" Type="Edm.String" Nullable="true" MaxLength="2048"></Property><Property Name="Ribbon" Type="Edm.String" Nullable="true" MaxLength="255"></Property><Property Name="ShortDesc" Type="Edm.String" Nullable="true" MaxLength="255"></Property><Property Name="ShortName" Type="Edm.String" Nullable="true" MaxLength="255"></Property><Property Name="Tags" Type="Edm.String" Nullable="true" MaxLength="1024"></Property></EntityType><EntityType Name="ServiceDetails"><Key><PropertyRef Name="Id"></PropertyRef></Key><Property Name="AdditionalCategories" Type="Edm.String"></Property><Property Name="CalculatorLink" Type="Edm.String" Nullable="true" MaxLength="1024"></Property><Property Name="Category" Type="Edm.String"></Property><Property Name="CsnComponent" Type="Edm.String"></Property><Property Name="FeatureDescLink" Type="Edm.String" Nullable="true" MaxLength="1024"></Property><Property Name="Icon" Type="Edm.String"></Property><Property Name="Id" Type="Edm.String" Nullable="false" MaxLength="255"></Property><Property Name="IsDeprecatedService" Type="Edm.Boolean" Nullable="true"></Property><Property Name="LicenseModelType" Type="Edm.String"></Property><Property Name="LongDescription" Type="Edm.String" Nullable="true" MaxLength="2048"></Property><Property Name="MaterialId" Type="Edm.String"></Property><Property Name="Name" Type="Edm.String"></Property><Property Name="ParentService" Type="Edm.String" Nullable="true" MaxLength="256"></Property><Property Name="PricingExample" Type="Edm.String" Nullable="true" MaxLength="1024"></Property><Property Name="ProductId" Type="Edm.String"></Property><Property Name="ProductType" Type="Edm.String"></Property><Property Name="ReferencedTools" Type="Edm.String" Nullable="true" MaxLength="2048"></Property><Property Name="SapStoreLink" Type="Edm.String" Nullable="true" MaxLength="1024"></Property><Property Name="ShortDescription" Type="Edm.String"></Property><Property Name="ShortName" Type="Edm.String"></Property><Property Name="Tags" Type="Edm.String" Nullable="true" MaxLength="1024"></Property><NavigationProperty Name="ServiceResourcesDetails" Relationship="default.ServiceDetails_ServiceResources_One_Many0" FromRole="ServiceDetails" ToRole="ServiceResources"></NavigationProperty><NavigationProperty Name="ServiceMetricDetails" Relationship="default.ServiceDetails_ServiceMetric_One_Many0" FromRole="ServiceDetails" ToRole="ServiceMetric"></NavigationProperty><NavigationProperty Name="ServiceHeadlinesDetails" Relationship="default.ServiceDetails_ServiceHeadlines_One_Many0" FromRole="ServiceDetails" ToRole="ServiceHeadlines"></NavigationProperty><NavigationProperty Name="ServicePlanDetails" Relationship="default.ServiceDetails_ServicePlan_One_Many0" FromRole="ServiceDetails" ToRole="ServicePlan"></NavigationProperty></EntityType><EntityType Name="ServiceRoadmap"><Key><PropertyRef Name="Id"></PropertyRef></Key><Property Name="Id" Type="Edm.String" Nullable="false" MaxLength="255"></Property><Property Name="Name" Type="Edm.String" Nullable="true" MaxLength="255"></Property><Property Name="Roadmap" Type="Edm.Int32" Nullable="true"></Property><NavigationProperty Name="RoadmapDetails" Relationship="default.Roadmap_ServiceRoadmap_One_Many0" FromRole="ServiceRoadmap" ToRole="Roadmap"></NavigationProperty></EntityType><EntityType Name="Tool"><Key><PropertyRef Name="Id"></PropertyRef></Key><Property Name="AssetLink" Type="Edm.String"></Property><Property Name="AssetType" Type="Edm.String"></Property><Property Name="Icon" Type="Edm.String"></Property><Property Name="Id" Type="Edm.String" Nullable="false"></Property><Property Name="Name" Type="Edm.String"></Property><Property Name="ShortDesc" Type="Edm.String"></Property></EntityType><Association Name="RoadmapDeliverable_RoadmapPeriodCategory_Many_ZeroToOne0"><End Type="default.RoadmapDeliverable" Multiplicity="*" Role="RoadmapDeliverable"></End><End Type="default.RoadmapPeriodCategory" Multiplicity="0..1" Role="RoadmapPeriodCategory"></End><ReferentialConstraint><Principal Role="RoadmapPeriodCategory"><PropertyRef Name="Id"></PropertyRef></Principal><Dependent Role="RoadmapDeliverable"><PropertyRef Name="RoadmapPeriodCategory"></PropertyRef></Dependent></ReferentialConstraint></Association><Association Name="Roadmap_RoadmapPeriod_One_Many0"><End Type="default.Roadmap" Multiplicity="0..1" Role="Roadmap"></End><End Type="default.RoadmapPeriod" Multiplicity="*" Role="RoadmapPeriod"></End><ReferentialConstraint><Principal Role="Roadmap"><PropertyRef Name="Id"></PropertyRef></Principal><Dependent Role="RoadmapPeriod"><PropertyRef Name="Roadmap"></PropertyRef></Dependent></ReferentialConstraint></Association><Association Name="RoadmapPeriod_RoadmapPeriodCategory_One_Many0"><End Type="default.RoadmapPeriod" Multiplicity="0..1" Role="RoadmapPeriod"></End><End Type="default.RoadmapPeriodCategory" Multiplicity="*" Role="RoadmapPeriodCategory"></End><ReferentialConstraint><Principal Role="RoadmapPeriod"><PropertyRef Name="Id"></PropertyRef></Principal><Dependent Role="RoadmapPeriodCategory"><PropertyRef Name="Period"></PropertyRef></Dependent></ReferentialConstraint></Association><Association Name="Roadmap_ServiceRoadmap_One_Many0"><End Type="default.Roadmap" Multiplicity="0..1" Role="Roadmap"></End><End Type="default.ServiceRoadmap" Multiplicity="*" Role="ServiceRoadmap"></End><ReferentialConstraint><Principal Role="Roadmap"><PropertyRef Name="Id"></PropertyRef></Principal><Dependent Role="ServiceRoadmap"><PropertyRef Name="Roadmap"></PropertyRef></Dependent></ReferentialConstraint></Association><Association Name="ServiceDetails_ServiceResources_One_Many0"><End Type="default.ServiceDetails" Multiplicity="1" Role="ServiceDetails"></End><End Type="default.ServiceResources" Multiplicity="*" Role="ServiceResources"></End></Association><Association Name="ServiceDetails_ServiceHeadlines_One_Many0"><End Type="default.ServiceDetails" Multiplicity="1" Role="ServiceDetails"></End><End Type="default.ServiceHeadlines" Multiplicity="*" Role="ServiceHeadlines"></End></Association><Association Name="ServiceDetails_ServiceMetric_One_Many0"><End Type="default.ServiceDetails" Multiplicity="1" Role="ServiceDetails"></End><End Type="default.ServiceMetric" Multiplicity="*" Role="ServiceMetric"></End></Association><Association Name="ServiceDetails_ServicePlan_One_Many0"><End Type="default.ServiceDetails" Multiplicity="1" Role="ServiceDetails"></End><End Type="default.ServicePlan" Multiplicity="*" Role="ServicePlan"></End></Association><EntityContainer Name="defaultContainer" m:IsDefaultEntityContainer="true"><EntitySet Name="Markets" EntityType="default.Market"></EntitySet><EntitySet Name="Metrics" EntityType="default.Metric"></EntitySet><EntitySet Name="Roadmaps" EntityType="default.Roadmap"></EntitySet><EntitySet Name="RoadmapDeliverables" EntityType="default.RoadmapDeliverable"></EntitySet><EntitySet Name="RoadmapPeriods" EntityType="default.RoadmapPeriod"></EntitySet><EntitySet Name="RoadmapPeriodCategorys" EntityType="default.RoadmapPeriodCategory"></EntitySet><EntitySet Name="Services" EntityType="default.Service"></EntitySet><EntitySet Name="ServiceDetailss" EntityType="default.ServiceDetails"></EntitySet><EntitySet Name="ServiceRoadmaps" EntityType="default.ServiceRoadmap"></EntitySet><EntitySet Name="Tools" EntityType="default.Tool"></EntitySet><AssociationSet Name="RoadmapDeliverable_RoadmapPeriodCategory_Many_ZeroToOne0Set" Association="default.RoadmapDeliverable_RoadmapPeriodCategory_Many_ZeroToOne0"><End EntitySet="RoadmapDeliverables" Role="RoadmapDeliverable"></End><End EntitySet="RoadmapPeriodCategorys" Role="RoadmapPeriodCategory"></End></AssociationSet><AssociationSet Name="Roadmap_RoadmapPeriod_One_Many0Set" Association="default.Roadmap_RoadmapPeriod_One_Many0"><End EntitySet="Roadmaps" Role="Roadmap"></End><End EntitySet="RoadmapPeriods" Role="RoadmapPeriod"></End></AssociationSet><AssociationSet Name="RoadmapPeriod_RoadmapPeriodCategory_One_Many0Set" Association="default.RoadmapPeriod_RoadmapPeriodCategory_One_Many0"><End EntitySet="RoadmapPeriods" Role="RoadmapPeriod"></End><End EntitySet="RoadmapPeriodCategorys" Role="RoadmapPeriodCategory"></End></AssociationSet><AssociationSet Name="Roadmap_ServiceRoadmap_One_Many0Set" Association="default.Roadmap_ServiceRoadmap_One_Many0"><End EntitySet="Roadmaps" Role="Roadmap"></End><End EntitySet="ServiceRoadmaps" Role="ServiceRoadmap"></End></AssociationSet><FunctionImport Name="GetServiceRegionLocations" ReturnType="Edm.String" m:HttpMethod="GET"></FunctionImport><FunctionImport Name="GetServiceCurrencies" ReturnType="Edm.String" m:HttpMethod="GET"></FunctionImport><FunctionImport Name="GetServicesForLicense" ReturnType="Collection(default.Service)" EntitySet="Services" m:HttpMethod="GET"><Parameter Name="license" Type="Edm.String" Nullable="true"></Parameter><Parameter Name="username" Type="Edm.String" Nullable="true"></Parameter><Parameter Name="userType" Type="Edm.String" Nullable="true"></Parameter></FunctionImport><FunctionImport Name="GetServiceForJiraId" ReturnType="Edm.String" m:HttpMethod="GET"><Parameter Name="jiraId" Type="Edm.String" Nullable="true"></Parameter><Parameter Name="username" Type="Edm.String" Nullable="true"></Parameter></FunctionImport><FunctionImport Name="GetServicesForCatalog" ReturnType="Edm.String" m:HttpMethod="GET"><Parameter Name="username" Type="Edm.String" Nullable="true"></Parameter><Parameter Name="userType" Type="Edm.String" Nullable="true"></Parameter><Parameter Name="page" Type="Edm.String" Nullable="true"></Parameter></FunctionImport><FunctionImport Name="GetTagsFromServices" ReturnType="Edm.String" m:HttpMethod="GET"></FunctionImport><FunctionImport Name="GetAdditionalCategoriesFromServices" ReturnType="Edm.String" m:HttpMethod="GET"></FunctionImport><FunctionImport Name="GetServiceRegions" ReturnType="Edm.String" m:HttpMethod="GET"><Parameter Name="metadataOn" Type="Edm.String" Nullable="true"></Parameter><Parameter Name="license" Type="Edm.String" Nullable="true"></Parameter></FunctionImport><FunctionImport Name="GetRatePlanForServiceJson" ReturnType="Edm.String" m:HttpMethod="GET"><Parameter Name="servicePlanId" Type="Edm.String" Nullable="true"></Parameter><Parameter Name="licenseType" Type="Edm.String" Nullable="true"></Parameter><Parameter Name="envId" Type="Edm.String" Nullable="true"></Parameter><Parameter Name="currency" Type="Edm.String" Nullable="true"></Parameter><Parameter Name="date" Type="Edm.String" Nullable="true"></Parameter><Parameter Name="username" Type="Edm.String" Nullable="true"></Parameter><Parameter Name="userType" Type="Edm.String" Nullable="true"></Parameter></FunctionImport><FunctionImport Name="GetReferredAssets" ReturnType="Collection(default.Tool)" EntitySet="Tools" m:HttpMethod="GET"><Parameter Name="serviceId" Type="Edm.String" Nullable="true"></Parameter></FunctionImport><FunctionImport Name="GetServicesForCatalogWithRatePlanV2" ReturnType="Edm.String" m:HttpMethod="GET"><Parameter Name="username" Type="Edm.String" Nullable="true"></Parameter><Parameter Name="userType" Type="Edm.String" Nullable="true"></Parameter></FunctionImport><FunctionImport Name="GetDeprecatedServices" ReturnType="Edm.String" m:HttpMethod="GET"></FunctionImport><FunctionImport Name="GetServicesDetailForEstimate" ReturnType="Edm.String" m:HttpMethod="GET"><Parameter Name="username" Type="Edm.String" Nullable="true"></Parameter><Parameter Name="serviceIds" Type="Edm.String" Nullable="true"></Parameter><Parameter Name="licenseType" Type="Edm.String" Nullable="true"></Parameter><Parameter Name="userType" Type="Edm.String" Nullable="true"></Parameter></FunctionImport><FunctionImport Name="GetServicesDetails" ReturnType="Edm.String" m:HttpMethod="GET"><Parameter Name="username" Type="Edm.String" Nullable="true"></Parameter><Parameter Name="serviceId" Type="Edm.String" Nullable="true"></Parameter><Parameter Name="userType" Type="Edm.String" Nullable="true"></Parameter><Parameter Name="currency" Type="Edm.String" Nullable="true"></Parameter></FunctionImport><FunctionImport Name="GetRatePlansForService" ReturnType="Edm.String" m:HttpMethod="GET"><Parameter Name="servicePlanId" Type="Edm.String" Nullable="true"></Parameter><Parameter Name="licenseType" Type="Edm.String" Nullable="true"></Parameter><Parameter Name="envId" Type="Edm.String" Nullable="true"></Parameter><Parameter Name="currency" Type="Edm.String" Nullable="true"></Parameter><Parameter Name="date" Type="Edm.String" Nullable="true"></Parameter><Parameter Name="username" Type="Edm.String" Nullable="true"></Parameter><Parameter Name="userType" Type="Edm.String" Nullable="true"></Parameter></FunctionImport><FunctionImport Name="GetSearchedServices" ReturnType="Collection(default.Service)" EntitySet="Services" m:HttpMethod="GET"><Parameter Name="searchString" Type="Edm.String" Nullable="true"></Parameter><Parameter Name="top" Type="Edm.String" Nullable="true"></Parameter><Parameter Name="searchType" Type="Edm.String" Nullable="true"></Parameter></FunctionImport><FunctionImport Name="GetCommonSearchedServices" ReturnType="Edm.String" m:HttpMethod="GET"><Parameter Name="searchString" Type="Edm.String" Nullable="true"></Parameter><Parameter Name="top" Type="Edm.String" Nullable="true"></Parameter><Parameter Name="searchType" Type="Edm.String" Nullable="true"></Parameter></FunctionImport><FunctionImport Name="GetRoadmapForService" ReturnType="Collection(default.ServiceRoadmap)" EntitySet="ServiceRoadmaps" m:HttpMethod="GET"><Parameter Name="serviceId" Type="Edm.String" Nullable="true"></Parameter></FunctionImport><FunctionImport Name="GetRoadmapForAIFeature" ReturnType="Collection(default.Roadmap)" EntitySet="Roadmaps" m:HttpMethod="GET"><Parameter Name="aiCapabilityId" Type="Edm.String" Nullable="true"></Parameter></FunctionImport><FunctionImport Name="GetRoadmapForBDCProducts" ReturnType="Collection(default.Roadmap)" EntitySet="Roadmaps" m:HttpMethod="GET"></FunctionImport><FunctionImport Name="GetConversionRates" ReturnType="Edm.String" m:HttpMethod="GET"></FunctionImport><FunctionImport Name="GetAICapabilitiesForCatalog" ReturnType="Edm.String" m:HttpMethod="GET"><Parameter Name="searchString" Type="Edm.String" Nullable="true"></Parameter></FunctionImport><FunctionImport Name="GetAICapabilityDetailPageContent" ReturnType="Edm.String" m:HttpMethod="GET"><Parameter Name="capabilityId" Type="Edm.String" Nullable="true"></Parameter><Parameter Name="shortId" Type="Edm.String" Nullable="true"></Parameter><Parameter Name="industry" Type="Edm.String" Nullable="true"></Parameter></FunctionImport><FunctionImport Name="GetRelatedAICapabilities" ReturnType="Edm.String" m:HttpMethod="GET"><Parameter Name="capabilityId" Type="Edm.String" Nullable="true"></Parameter><Parameter Name="shortId" Type="Edm.String" Nullable="true"></Parameter></FunctionImport><FunctionImport Name="GetAICapabilitiesV2" ReturnType="Edm.String" m:HttpMethod="GET"></FunctionImport><FunctionImport Name="GetAICapabilityDetailsV2" ReturnType="Edm.String" m:HttpMethod="GET"><Parameter Name="capabilityIds" Type="Edm.String" Nullable="true"></Parameter><Parameter Name="shortIds" Type="Edm.String" Nullable="true"></Parameter><Parameter Name="industry" Type="Edm.String" Nullable="true"></Parameter></FunctionImport><FunctionImport Name="GetAICapabilityDictionaryItems" ReturnType="Edm.String" m:HttpMethod="GET"><Parameter Name="group" Type="Edm.String" Nullable="true"></Parameter></FunctionImport><FunctionImport Name="GetAIFeatureDetailPageContent" ReturnType="Edm.String" m:HttpMethod="GET"><Parameter Name="capabilityId" Type="Edm.String" Nullable="true"></Parameter></FunctionImport><FunctionImport Name="GetAIAgentsAndFeaturesDetails" ReturnType="Edm.String" m:HttpMethod="GET"><Parameter Name="ids" Type="Edm.String" Nullable="true"></Parameter></FunctionImport><FunctionImport Name="GetAIPackageDetails" ReturnType="Edm.String" m:HttpMethod="GET"><Parameter Name="packageIds" Type="Edm.String" Nullable="true"></Parameter></FunctionImport><FunctionImport Name="GetAIAgentsAndFeatures" ReturnType="Edm.String" m:HttpMethod="GET"></FunctionImport><FunctionImport Name="GetAIFeaturesDetail" ReturnType="Edm.String" m:HttpMethod="GET"><Parameter Name="ids" Type="Edm.String" Nullable="true"></Parameter></FunctionImport><FunctionImport Name="GetAIFeaturesForCatalog" ReturnType="Edm.String" m:HttpMethod="GET"><Parameter Name="searchString" Type="Edm.String" Nullable="true"></Parameter><Parameter Name="product" Type="Edm.String" Nullable="true"></Parameter></FunctionImport><FunctionImport Name="GetAIPackages" ReturnType="Edm.String" m:HttpMethod="GET"></FunctionImport></EntityContainer></Schema></edmx:DataServices></edmx:Edmx>