Forward webservice

Forward webservice

When a workflow has been initiated by a webservice input component, the component Forward webservice can be used to forward the request to another URL.

 

This is currently only implemented together with the input type, REST webservice basic, where the option “Store request for later forwarding” is to be set.

 

The forward webservice component, sends the request to another URL, with the exact same HTTP method, body, parameters and headers as the input request, with the exception of the Authorization header which for security reasons is not forwarded. It is possible to overwrite or add additional HTTP headers to the request.

 

 

NG2ForwardWebService0001

 

 

You can add more header/value headers, by clicking on the Add more icon on the right. You can delete a line by clicking on the trash can icon to the right of the line, that you want to delete.

 

The output payload from this component will be the response from the service that it was forwarded to, regardless of whether the request returned successful or failure status. In case of failure, the job log will show  an error, but the workflow execution continues.

 

The output type parameter can be used to set the expected output type. This is only relevant if the response from the forward is to be used in the workflow afterwards. In that case, the data type of the response should be selected here.

    Notice: Help Center Transition Update

    As of January 13, 2025, we are excited to announce that our new Help Center is in the final stages of development. While the Knowledge Base is already accessible, our current JIRA system will continue to manage support tickets during this transition period. For assistance with InterForm Output Management Software, please refer to the Support for InterForm Output Management Software.

    We appreciate your patience and understanding as we work to enhance your support experience. If you have any questions or encounter any issues, please do not hesitate to reach out via the existing support channels.

    Best regards,
    The InterForm Support Team


      • Related Articles

      • REST webservice basic

        The REST webservice basic is a web service that can receive http/https calls using none or basic authentication. For production REST webservice OAuth2.0 is recommended. The parameters of this workflow input type are: Path The url this will be called, ...
      • REST webservice basic example

        Below a simple setup is done to illustrate how the REST webservice basic can be setup. The example below can be run without any programming at all. First a simple template to prove, that the workflow has worked and returned a PDF: The template is ...
      • REST webservice OAuth2.0

        The Rest webservice OAuth2.0 is a way to communicate with InterFormNG2, by sending normal http/https requests. The requests are authorized by using OAuth2.0. The REST webservice basic is easier to get started with, but OAuth2.0 is recommended. The ...
      • Integration between SAP S/4 HANA and InterFormNG2

        Foreword / Background This documentation outlines the process and requirements for integrating SAP S/4 HANA with InterFormNG2, a solution for managing digital forms and output. It is essential to note that there are multiple approaches and methods ...
      • Release log

        This is the list of the InterFormNG2 releases and the major new features in each release: Version 3.5.1 Version 3.5.0 Important: InterFormNG2 now runs on Java 17. So you need to install Java 17 on Linux and the IBM i platform, if you want to ...