...
- As a URI.
- As an inlined definition within the endpoint configuration.
...
Table of Contents | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Info | ||
---|---|---|
| ||
You can configure the WSDL endpoint using XML. Click on the "Switch to source view" link in the "WSDL Endpoint" page. |
The syntax of the endpoint is as follows.
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> |
...
enableRM
, enableSec
, enableAddressing
, suspendDurationOnFailure
and timeout
elements are same as for an Address Endpoint.
...
UI Configuration
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:
...
The following page is opened by clicking WSDL Endpoint in the Add Endpoint tab of the Manage Endpoints page.
Parameters available to configure a WSDL endpoint are as follows.
Parameter Name | Description |
---|---|
Name | This parameter is used to enter a unique name for the endpoint. |
WSDL URI |
...
The URI of the WSDL. |
...
title | Tip |
---|
...
Click Test to test the URI. |
Service |
...
The service selected from the available services for the WSDL. | |
Port |
...
The port selected for the service specified in the |
...
Service parameter. In a WSDL, an endpoint is bound to each port inside each service. |
...
Show Advanced Options | Click this link if you want to |
...
add advanced options |
...
3. Then the page with all the available WSDL Endpoint options appears.
...
for the endpoint. See Advanced Options for details of the available advanced options. | |
Add Property | Click this link if you want to add properties to the endpoint. See Properties Reference for details of the available properties. |
Excerpt | ||
---|---|---|
| ||
Description of the WSDL Endpoint in WSO2 ESB. |