Start a conversation

Evaluating XMLAPI Response Files in GFI FaxMaker

Overview

After processing an XMLAPI, GFI FaxMaker creates a response file which can be used to review fax transmission. Third-party tools can be configured to poll this folder and automatically retrieve the status of transmitted faxes.

By default, GFI FaxMaker stores response files in the same folder where the XMLAPI was originally picked up. Alternatively, GFI FaxMaker can be configured to store all response files in a particular folder.

This article guides you on how to assess XMLAPI response files to ensure successful transmission.

 

Information

The name of the response file should match the name of the XMLAPI with a *.status extension.
For example, the response file of XMLAPI fax123.xml, is named fax123.xml.status. If a response file with the same name already exists, GFI FaxMaker appends the response message to the file.

NOTE: SMS transmission does not generate a response file.

Sample XMLAPI response message:

2019-08-28_13-15-11.png

The response message contains the following XML Containers:

Container Description

<fax>...</fax>

A container for each fax transmission. If one XML API file contains multiple recipients, a <fax> container is created for each recipient, containing all details for that particular transmission.

<errorcode>...</errorcode>

Returns the error code for fax transmission. A successful transmission returns a 0 error code.

<description>...</description>

Contains transmission report for successful or failed transmissions. This includes important parameters for the fax.

<uid>...</uid>

If a unique ID (UID) Unique Identifier was specified in the XMLAPI it means that this container is produced.

<faxfile>...</faxfile>

Contains a full path to the image file of the fax.

<recipient>...</recipient>

Displays the fax number to which the fax has been sent.
 
Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Priyanka Bhotika

  2. Posted
  3. Updated

Comments