The Address endpoint is an endpoint defined by specifying the EPR (Endpoint Reference) and other attributes of the configuration.
...
Table of Contents | ||||
---|---|---|---|---|
|
...
|
...
XML Configuration
Anchor | ||||
---|---|---|---|---|
|
Info | ||
---|---|---|
| ||
You can configure the Address Endpoint using XML. Click on the "Switch to source view" link in the "Address Endpoint" page. |
Code Block |
---|
<address uri="endpoint address" [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>
</address>
|
...
1. In the "Add Endpoint" tab, click "Address Endpoint" (See Adding an Endpoint). The "Address Endpoint" page appears with its default view.
The following fields are specific to the Address Endpoint:
...
2. In case you want to configure the advanced options, click on the "Show Advanced Options" drop down pane.
3. Then the page with all the available Address Endpoint options appears.
4. Specific Address Endpoint details are as follows:
...
Transport | Sample Address |
---|---|
HTTP | http://localhost:9000/services/SimpleStockQuoteService |
JMS | jms:/SimpleStockQuoteService? |
guest@host | |
VFS | vfs:file:///home/user/directory\ vfs:file:///home/user/file\ vfs: |
FIX | fix://host:port?BeginString=FIX4.4&SenderCompID=WSO2&TargetCompID=APACHE |
Excerpt | ||
---|---|---|
| ||
Description of the Address Endpoint in WSO2 ESB. |