Back to MIR3 Integrations
Handler · Version 1

Mir3 Generic Call MIR3

Download GitHub

About

Using Mir3's SOAP API, an API call is made to the provided action. The body must be provide for the SOAP request. The authentication values are added to the body of the reqeust. If successful the Results can be returned in JSON or XML format. This handler is currently using version 4.14 of the Mir3 API.

Configurations
Name Description Sample
username Mir3 username.
password Mir3 password. *********
endpoint Mir3 endpoint
enable_debug_logging Enable debug logging if the value is set to 'Yes'. No
Parameters
Name Description Sample
Error Handling Determine what to return if an error is encountered. Error Message
Output Type The output type to return from a successful call.
XML structure XML body to make the request. Must be wrapped in a root element.
Action The action to call in snake case. ex: get_notification_reports_op - Check wsdl for options. get_notification_reports_op,
Results
Name Description
Handler Error Message Error message if an error was encountered and Error Handling is set to "Error Message".
Output
output
Changelog

Mir3 Generic Call V1 (2018-02-08)

  • Initial version. See README for details.

Mir3 Generic Call V1.1 (2020-04-22)

  • Updated a specific file in a dependency to handle a very specific situation. See handler/vendor/GEM_MODIFICATIONS.txt for additional details.
Download GitHub

On This Page

Looking for a workflow engine? Learn more about the Kinetic Data Enterprise Workflow Platform. Check it out
Return to Top