Data Services Clients
com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links' is unknown.

Data Services Clients

This sample demonstrates how to use code-generated clients with data services. The service stubs are created using WSDL2Java tool.

Building the sample

Deploy the sample data services and start the server using the steps given in Samples Setup.

To executing the sample

  1. Open a command prompt and navigate to the <EI_HOME>/samples/data-services/clients directory.

  2. Build the clients by executing the ant command as shown below:

    ant
  3. You can either run all the generic clients simultaneously or start an individual client.

    • To start all the generic clients (e.g. rdbms, csv, excel, gspread, batch_request), run the ant command as shown below:

      ant all
    • To start a specific sample client, run the ant command with the client name. For example, to start the secure_sample client, run the following command:

      ant secure_sample
com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.