如何:啟用 Web 服務 (Master Data Services)
設定 Web 服務,以程式設計方式存取 Master Data Services。
必要條件
本機電腦上必須已經安裝 Master Data Services 組態管理員。如需詳細資訊,請參閱<如何:安裝 Master Data Services>。
本機 主資料管理員 Web 應用程式必須存在。如需詳細資訊,請參閱<如何:建立主要資料管理員 Web 應用程式 (Master Data Services)>。
本機或遠端 Master Data Services 資料庫必須存在。如需詳細資訊,請參閱<如何:建立 Master Data Services 資料庫>。
若要啟用 Web 服務
開啟 Master Data Services 組態管理員。
按一下左窗格中的 [Web 組態]。
在 [Web 組態] 頁面的 [Web 應用程式] 底下,從 [網站] 清單中選取包含您的 主資料管理員 Web 應用程式的網站。
在 [Web 應用程式] 方塊中,選取主控 主資料管理員的 Web 應用程式。
選取 [Web 服務] 底下的 [啟用這個 Web 應用程式的 Web 服務],然後按一下 [套用]。
在文字編輯器中開啟 Master Data Services Web.config 檔案。這個檔案位於 Master Data Services 安裝路徑的 WebApplication 資料夾。如需有關路徑和權限的詳細資訊,請參閱<資料夾和檔案的權限 (Master Data Services)>。
在 <serviceBehaviors> 底下,尋找 mdsWsHttpBehavior 區段。針對 <serviceMetadata> 元素,將 httpGetEnabled 設定為 true。
[!附註]
如果您想要透過安全通訊端層 (SSL) 啟用 Web 服務,請改為將 httpsGetEnabled 設定為 true。
儲存檔案的變更。
後續步驟
開啟網頁瀏覽器,依照下列格式輸入 Web 服務端點的位址:http://server:port/virtual_path/service/service.svc 或 https://server:port/virtual_path/service.service.svc。例如,http://contoso:85/mds/service/service.svc。
產生 Proxy 類別,以程式設計方式透過 Web 服務存取 Master Data Services。如需詳細資訊,請參閱<產生 Web 服務 Proxy (Master Data Services)>。
使用 Web 服務執行 Web 作業。如需詳細資訊,請參閱<Microsoft.MasterDataServices>。