...
Info | ||
---|---|---|
| ||
You can configure the WSDL endpoint using XML. Click on the "Switch to source view" link in the "WSDL Endpoint" page. |
Code Block | ||
---|---|---|
| ||
<wsdl [uri="wsdl-uri"] service="qname" port/endpoint="qname"> <wsdl:definition>...</wsdl:definition>? <wsdl20:description>...</wsdl20:description>? <enableRM [policy="key"]/>? <enableSec [policy="key"]/>? <enableAddressing/>? <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> </wsdl> |
...
1. In the "Add Endpoint" list, click "WSDL Endpoint" (See Adding an Endpoint). The "WSDL Endpoint" page appears.
The following fields are specific to the WSDL Endpoint:
...
2. In case you want to configure advanced options, click on the "Show Advanced Options" drop-down pane.
3. Then the page with all the available WSDL Endpoint options appears.
The fields are common for all endpoints. See the detailed information in Adding an Endpoint.
...