Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

AMANA recommends to implement a call for this webservice using tools that will auto-generate coresponding client code, like JAX-WS, Apache AXIS2 or Visual Studio "Add Reference" WCF (.NET). It is possible to test the webservice with SOAP UI.

Tjhe The webservices uses basic authentification to authorize requests. All users that are authorized in the XBRL Portal can use the webservice. However, AMANA recommends to use a technical user, that exists by default:

...

Additional Settings KeyTypeDescription
XbrlFileNamestringThe original XBRL file name., that will be used in the filing and for Filing Rule validation.
isSecFilingbooleanHas to be true if an SEC filing ZIP will be processed.
DeactivateCustomValidationsbooleanIf true, no Custom Validation will be performed.
AwsBucketFoldernamestringBasefolder name used for upload to "AWS Bucket"

Returns

The ProcessFiling Method returns an ProcessingResult, that has the following properties. It is also returned by the GetProcessingResult method documented below.

...

PropertyTypeDescription
ProcessingIdGUIDA unique GUID identifying the processing request.
FilingIdintThe filing ID of a processed XBRL file, if processing was successful.
StatusenumThe status of the actual processing job, RanToCompletion (5) means the process finished. See more details in the table below.
FilingIdintThe filing ID of a processed XBRL file, if processing was successful.
FilingVersionIdintThe filing version ID of a processed XBRL file, if processing was successful.
IsRejectedbooleanTrue if filing is rejected, if processing was successful.
IsServerErrorbooleanTrue if any server error happened during processing, this usually means that an manual investigation has to be started.

Md5Hash

stringThe MD5 hash calculated on the XBRL file, if processing was successful.
IsDuplicateFilingbooleanIf true, a duplicate filing is detected and processing was successful.
DuplicateFilingIdintThe ID of the filing detected as a duplicate, if processing was successful.
DuplicateFilingXbrlProcessingIdGUIDThe GUID of the processing that processed the duplicate filing.
ValidationResultsList<ValidationResult>The XBRL validation results and messages from the XBRL processing, for more details see table below.
TaxonomyVersionIdsList<int>The Ids of the taxonomies used in the XBRL file.
TaxonomyVersionEntrypointsList<string>All Taxonomy entrypoints found in the XBRL file
IsXbrlValidbooleanThe information if the XBRL file is valid (considering warnings as valid).

...