Adding a Native Service Endpoint

How to:

A Native Service Endpoint is definition of a point where Native Services are available. The Definition consists of the protocol and format. iWay MDS supports different types of protocols and formats. For more information, see Endpoints in the iWay MDS Reference documentation.


Top of page

x
Procedure: How to Add a Native Service Endpoint

To add a Native Service Endpoint:

  1. Double click Services and then click the Endpoints Definition tab.
  2. Click Add and select an endpoint protocol. You can also double-click the desired protocol and click OK, as shown in the following image.

  3. Double-click the newly added endpoint to edit its properties.
  4. Select the desired service format.

    SOAP is recommended, as it provides you with the WSDL of native services.

  5. Provide the Endpoint Path Prefix and Listener Names to define the address where native services will be available for clients.

    The following example makes them available through the HTTP protocol in the SOAP format on the address:

    localhost:<all_mds_ports>/soapOverHttp.

  6. Right-click Services in the project tree, select Generate, and then click Generate in the following dialog.

    This updates the XML configuration in Files/etc/nme-services.gen.xml.


iWay Software