I'm trying to understand why I have standard endpoints defined in the config file because I'm under the impression that the endpoints I have defined under services should be used. If I comment standard endpoint, then when I run service, I get message "No Endpoint found"
So do I need both? If I do, how standardendpoints are used? Thanks,
<standardEndpoints>
<webHttpEndpoint>
<standardEndpoint name="" helpEnabled ="true"
automaticFormatSelectionEnabled ="true"></standardEndpoint>
</webHttpEndpoint>
</standardEndpoints>
<services>
<service name ="SimRestService" behaviorConfiguration ="MyServiceBehavior">
<endpoint address="" binding="basicHttpBinding" bindingConfiguration="defaultBasicHttpBinding"
contract="SimRestServices.ISimRestService" />
</service>