Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

  • As a URI.
  • As an inlined definition within the configuration.

...

Table of Contents
maxLevel3
minLevel3

...

styleborder:1
locationtop
typeflat
separatorpipe

...

XML Configuration

Info
titleNote

You can configure the WSDL endpoint using XML. Click on the "Switch to source view" link in the "WSDL Endpoint" page.

Code Block
languagehtml/xml
<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.

Image RemovedWSDL EndpointImage Added

The following fields are specific to the WSDL Endpoint:

  • Name - A unique name for the endpoint.
  • Specify As - The method to specify the

    WSDL

    . The available values are:
    • In-lined WSDL - Paste the WSDL in the text box that appears when this option is selected.
    • URI - Activates the WSDL URI field.
    WSDL

    URI- The URI of the WSDL.

    Info
    titleTip

    Use the "Test" button to check the URI.

  • Service - The service selected from the available services for the WSDL.
  • Port - The port selected for the service specified in the above field. In a WSDL an endpoint is bound to each port inside each service.

2. In case you want to configure advanced options, click on the "Show Advanced Options" drop-down pane.

Image RemovedImage Added

3. Then the page with all the available WSDL Endpoint options appears.

Image RemovedImage Added

The fields are common for all endpoints. See the detailed information in Adding an Endpoint.

Excerpt
hiddentrue

Description of the WSDL Endpoint in WSO2 ESB.