Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Output mappings allow you to <text>

The Output Mappings section appears as follows in the Queries page:

...

It provides the following options:

Table of Contents
maxLevel4
minLevel4

...

Use column numbers

Escape non printable

...

Group by element

...

characters

Tick this option if the data in your database consists of characters that are not serializable to XML. Few examples are & < > " '. When you invoke services that access such data and produce responses, the sever throws errors. Ticking this option ensures that non-printable characters will be ignored when producing the responses.

Row namespace

See Defining Namespaces.

XSLT path

Query Result Export

When editing an output mapping, you can define query result export options. Query Request Export feature must be used in conjunction with boxcarring. It allows individual queries executed in a boxcarring session to communicate with each other. The concept is 'exporting' a specific result element so that the next calling query will get that result element as a query parameter. So, if you've two queries, namely, 'query1' and 'query2' that's executed sequentially in a boxcarring session, and if 'query1' has a specific result element and that element is exported with the name 'foo', then 'query2' also gets a query param named 'foo'. So when this boxcarring session is executed, the query1's exported value will be passed into query2 as an input parameter.

...

The following figure shows how a result element can be declared to be exported with a given name when defining a query in a data service.

Image RemovedImage Added

There are two export types that can be used.

...

For a demonstration on the usage of export options, refer toBoxcarring DemoSample.