The Default Endpoint is an endpoint defined for adding QoS and other configurations to the endpoint which is resolved from the To
address of the message context. All the configurations such as message format for the endpoint, the method to optimize attachments, and security policies for the endpoint can be specified as in the Address Endpoint. This endpoint differs from the address endpoint only in the URI
attribute which will not be present in this endpoint.
XML Configuration
Note
You can configure the Default endpoint using XML. Click Switch to source view in the Default Endpoint page.
<default [format="soap11|soap12|pox|get"] [optimize="mtom|swa"] [encoding="charset encoding"] [statistics="enable|disable"] [trace="enable|disable"]> <enableRM [policy="key"]/>? <enableSec [policy="key"]/>? <enableAddressing [version="final|submission"] [separateListener="true|false"]/>? <timeout> <duration>timeout duration in milliseconds</duration> <action>discard|fault</action> </timeout>? <markForSuspension> [<errorCodes>xxx,yyy</errorCodes>] <retriesBeforeSuspension>m</retriesBeforeSuspension> <retryDelay>d</retryDelay> </markForSuspension> <suspendOnFailure> [<errorCodes>xxx,yyy</errorCodes>] <initialDuration>n</initialDuration> <progressionFactor>r</progressionFactor> <maximumDuration>l</maximumDuration> </suspendOnFailure> </default>
UI Configuration
To configure a default endpoint in the Management Console, go to the Main tab and click Endpoints to open the Manage Endpoints page. Click on the Add Endpoint tab and then click Default Endpoint.
Parameters available to configure the default endpoint are as follows.
Parameter Name | Description |
---|---|
Name | This parameter is used to define a unique name for the endpoint. |
Show Advanced Options | Click this link if you want to add advanced options for the endpoint. Advanced options specific to the default endpoint are as follows.
Note The rest of the advanced options are common for Address, WSDL, Default endpoints. See the description of common options in Managing Endpoints. |
Add Property | Click this link if you want to add properties to the endpoint. Se Properties Reference for further information on the available properties. |