簡體   English   中英

轉換wcf端點問題

[英]transforming wcf endpoint issues

我在探查器和web.config轉換中遇到許多問題,誰能指出我做錯了什么

<system.serviceModel>
    <bindings>
      <basicHttpBinding>
        <binding name="saservices" />
      </basicHttpBinding>
    </bindings>
    <client>
      <endpoint name="saservices" address="http://xxxxxx/Service/Service.svc" xdt:Locator="Match(name)" />
    </client>
  </system.serviceModel>

您缺少了xdt:Transform="SetAttributes"將其添加到<endpoint>標記中,沒有理由不應該這樣做。

如果這不是解決方法,請回信,請嘗試幫助您

謝謝艾倫

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM