The Endpoint element specifies the configuration for one of the Apache Server Application Programming Interface endpoints.
Attributes
- Type - specifies the endpoint type and must be one of the following values
- ASP
- JSON
- SOAP
- TCP
- Enabled - has a value of True if the endpoint is enabled; otherwise, the value is False
- Secure - has a value of True if the endpoint requires a secure connection; otherwise, the value is False
Child Elements
The Endpoint element has no child elements.
Parent Element
Example
Below is an example of the Libraries element.
<Endpoint Type="SOAP" Enabled="True" Secure="True" />