com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_link3' is unknown.
Defining Service Operations
Data service operations are created after creating a data service query at the time a data service is created. Data service operations are written to invoke queries.
- Log in to the management console and select Create under Data Service menu.
- Click Next to add a data source. Follow the instructions in Creating Datasources.
- Click Next to add a query to the data source. Follow the instructions in Writing Data Service Queries.
- Click Next to add an operation to invoke the queries.
- The Add Operation page appears. Provide a name for the operation and select the query to execute when the operation is invoked. For example,
Â
Also, see enable streaming.
You can get a SOAP response instead of an HTTP 202 when invoking an IN-ONLY operation by setting the returnRequestStatus
attribute to true
in a dataservice operation. For example,
<operation name="operation1" returnrequeststatus="true"> <call-query href="QRY_INSERT_DM"> <with-param name="dm1" query-param="dm1"/> <with-param name="dm2" query-param="dm3"/> </call-query>
com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.