Difference between revisions of "Guide to General Import and Export"

From Agility
Jump to: navigation, search
(GIAE functionality overview)
(Before you start)
Line 4: Line 4:
  
 
== Before you start ==
 
== Before you start ==
 +
 +
General Import and Export operates with web services at a very low level. In other words to exchange data you must understand SOAP protocol structure using properly setup http headers.
 +
 +
It is recommended that a ‘RequestTool’ is available for design, configuration and testing.
 +
 +
A Request tool is an application which will help process the test procedure. This tool helps to generate http request, and grabs the request result.
 +
 +
A Request Tool has been included in Agility and is available under the default Agility Admin menu:
 +
 +
System Configuration -> Import Export -> Request Tool
 +
 
== General Export ==
 
== General Export ==
  

Revision as of 13:13, 3 July 2017

GIAE functionality overview

This functionality allows export of data from agility to any text based file format (xml, comma separated value, html etc.). The export and import procedures can be run at defined intervals from the background process or manually. Additionally the export function can be defined as a monitor expression that will execute based upon a condition. It is also possible to publish the Import definition as web service and the export definition as a web service client. This functionality allows distribution of Agility data to other systems

Before you start

General Import and Export operates with web services at a very low level. In other words to exchange data you must understand SOAP protocol structure using properly setup http headers.

It is recommended that a ‘RequestTool’ is available for design, configuration and testing.

A Request tool is an application which will help process the test procedure. This tool helps to generate http request, and grabs the request result.

A Request Tool has been included in Agility and is available under the default Agility Admin menu:

System Configuration -> Import Export -> Request Tool

General Export

Simple export example

The Export Definition

Functional way of describing XML/HTML

Generating JSON output

Export confinguration options can be found under 'configuration/interface' section:

Export Data to Pipe from scan

Export on Event

Export to Remote Connection

Export and Import Queue

General Import

Import definition extensions for web

Import configuration

Logging to system

Binding Import Data request with import definition

What else is there?

Exchange data with localization