これらは私のエンドポイントです
endpoint name="rest" address="" binding="webHttpBinding" behaviorConfiguration="poxBehavior" contract="IActionService"
endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange"
/hereでサービスを利用できるようにします
アドレスを「休憩」に変更したとき
endpoint name="rest" address=" rest " binding="webHttpBinding" behaviorConfiguration="poxBehavior" contract="IActionService" endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange"
その後、サービスは /rest/here で利用できます。
これは理にかなっていますが、 /here の元のアドレスからも入手できます
アドレスを「rest」に設定したため、元のアドレスは存在しないと思いました。
私は何を間違っているか誤解していますか?
乾杯