Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要使用soap端点作为默认端点,因为我不需要打扰现有用户。我应该在配置中做哪些更改?
我有两个端点,一个用于肥皂,一个用于休息服务。我尝试创建两个单独的服务,但仍然没有工作
这是一个示例:
<endpoint address="json/mycontract" behaviorConfiguration="webBehavior" binding="webHttpBinding" contract="MyContract" /> <endpoint address="soap/mycontract" binding="basicHttpBinding" contract="MyContract" />
从客户端的角度来看,没有默认端点之类的东西。客户端确实使用所需的端点来使用服务合同。