On this page:


Step 1. Launch Aspire and open the Content Source Management Page

Launch Aspire (if it's not already running). See:

Step 2. Add a new Content Source

For this step please follow the step from the Configuration Tutorial of the connector of you choice, please refer to Connector list.



Step 3. Add a new Publish to HTTP Service Client to the Workflow

To add a HTTP Service Client application drag from the HTTP Service Client rule from the Workflow Library and drop to the Workflow Tree where you want to add it.
This will automatically open the Publish to HTTP Service Client window for the configuration of the application.

Step 3a. Specify Application Information

 In the Publish to HTTP Service Client window, specify the connection information to publish to the .

  1. The service url
    • Enter the url of the service endpoint
  2. Enter the url of the service endpoint
    • Enter the start pattern of the expected response
  3. Tag to store data
    • Enter the name of the tag that will be used to store the received data
  4. Request Content Type
    1. Json: The service uses a Json body
      • Json builder path: The path of the json builder file used to create the request body
    2. Xml: The service uses a Xml
      • Xsl path: The path of the xsl file used to create the request body
  5. Response Content Type
    1. Json: The service response body is in Json format
    2. Xml: The service response body is in Xml format.
  6. Header Properties
    • Add the required header properties for the request
      • Attribute: Name of the property
      • Value: Value of the property

Once you've clicked Add, it will take a moment for Aspire to download all of the necessary components (the Jar files) from the Maven repository and load them into Aspire. Once that's done, the publisher will appear in the Workflow Tree.

For details on using the Workflow section, please refer to the Workflow introduction.