我有一份合同,我有一个 basicHttpBinding。
<endpoint address="http://localhost:49654/BookShopService.svc" binding="basicHttpBinding" contract="BookShop.IBookShopService">
</endpoint>
我想为相同的绑定添加另一个带有 wsHttpBinding 的端点。我必须采取哪些步骤?结果地址是什么?