欢迎来到思维库

思维库

如何启用Master Data Services的Web服务

时间:2025-11-04 08:20:11 出处:应用开发阅读(143)

如何启用Master Data Services的Web服务
何启复制<system.serviceModel> <behaviors> <serviceBehaviors> <behaviorname="mdsWsHttpBehavior"> <!-- Enable to allow clients to retrieve metadata (WSDL) about the service endpoints. --> <!-- If not using SSL (httpGetEnabled="true"httpsGetEnabled="false") to expose service metadata.—> <!-- If SSL is being used (httpGetEnabled="false" httpsGetEnabled="true") to expose service metadata.--> <serviceMetadatahttpGetEnabled="true"httpsGetEnabled="false"/> <!-- Enable to allow clients to see service exception details --> <serviceDebugincludeExceptionDetailInFaults="true"/> <serviceThrottlingmaxConcurrentSessions="400"/> <dataContractSerializermaxItemsInObjectGraph="999999999"/> </behavior> </serviceBehaviors> </behaviors> …      </system.serviceModel> 1.2.3.4.5.6.7.8.9.10.11.12.13.14.15.16.17.18.19.20.21.22.23.24.25.26.27.28.29.30.31.32.33.

分享到:

温馨提示:以上内容和图片整理于网络,仅供参考,希望对您有帮助!如有侵权行为请联系删除!

友情链接: