Versions Compared

Key

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

The Http HTTP Listener Connector can be configured using the Aspire Admin UI. It requires the following entities to be created:

  • Connection
  • Connector
  • Seed

Below are the examples of how to create the Connection and the Seed. For the General Connector Configuration, please check refer to this page.

Easy Heading Free
navigationTitleOn this Page
navigationExpandOptionexpand-all-by-default


Create Connection


  1. On the Aspire Admin UI, go to the connections tab tab
  2. All existing connection connections will be listlisted. Click on the new button button
  3. Enter the new connection description. 
  4. Select http HTTP listener from the Type list.
  5. General
    1. Accept posted content: Check if you want sent xmlXML, json JSON data or file by web form.
      1. select Select Multipart form data option:
        1. disable: → sent POST request with xmlXML, json JSON body
        2. stream: → sent file by web form, will be streamed to Job.
        3. file: → sent file by web form, the file will be stored in on disc and only the path will be sent to Job.
          1. Upload directory name: path to directory where file will be stored.
    2. Transform response: Check if you want data to be transformed.
      1. Transform file: path to XSLT template file.
    3. Saxon Processor: Select if you want to use the Saxon processor.
    4. Return mime type: Specifies the default mime type, that will be returned.
    5. Mime type in job: If checked, mime type will be taken from job.
    6. Http HTTP Headers: Headers which will be added to http HTTP response.
    7. Max size file in MB: Restrict size of file which will be uploaded.
    8. Debug out file: specifies debug output file for XSL transformation.
  6. Policies
    1. Throttle Policy: Select the throttle policy that applies to this connection object.
    2. Routing Policies: Select the routing policies that this connection will use.
    3. Delete Policy: Select the delete policy that applies to this connection object.

Image RemovedImage RemovedImage RemovedImage RemovedImage RemovedImage Removed

Image Added

Create Connector


For the creation of the Connector object using the Admin UI, check please refer to this page.


Create Seed


  1. On the Aspire Admin UI, go to the connections tab tab
  2. All existing seeds will be listlisted. Click on the new button
  3. Enter the new seed description. 
  4. Select http HTTP listener from the Type list.
  5. Endpoint name: choose the name of the endpoint.
  6. Connector: The ID of the connector to be used with this seed. The connector type must match the seed type.
  7. Connection: The ID of the connection to be used with this seed. The connection type must match the seed type.
  8. Workflow: The IDs of the workflows that will be executed for the documents crawled.
  9. Tag: The tags of the seed, these can be used to filter the seed.
  10. Policies
    1. Throttle Policy: Select the throttle policy that applies to this connection object.
    2. Routing Policies: Select the routing policies that this connection will use.

Image RemovedImage RemovedImage RemovedImage RemovedImage RemovedImage RemovedImage Removed

Image AddedImage AddedImage Added