我试图在一个端点上公开多个端口。绑定是相等的 - SOAP。
<service name="Test">
<port name="CustomerPort" binding="tns:BindingOne">
<soap:address location="http://localhost:8080/ode/processes/Test" />
</port>
<port name="GuidePort" binding="tns:BindingTwo">
<soap:address location="http://localhost:8080/ode/processes/Test" />
</port>
</service>
由于某种原因,只有一个端口被暴露。在 WCF 中,这将起作用。有什么建议么?