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.
Executing the sample
Open a command prompt and go to the
<DSS_HOME>/samples/clients/directory.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
antcommand as shown below:cd <DSS_HOME>/samples/clients antTo 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:
cd <DSS_HOME>/samples/clients ant secure_sample