Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 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

<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>

...

  • 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.

...

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.