Endpoint Naming Conventions
Each endpoint should be given a name that is unique within a web service. Further, the name should only contain letters, numbers and the underscore character (_).
The unique name could be built by concatenating the characteristics of the endpoint and then add the web service name.
E.g. an endpoint within the Product Web Service with the following features could be named: basicHttpBinding_basicAuth_ActiveDirectory_SOAP11_Product
Or just basicHttpBinding_ActiveDirectory_Product
Name | Value |
---|---|
Binding | basicHttpBinding |
Credential Type | Basic |
Credential Store | Active Directory |
SOAP Version | Soap1.1 |