Swagger HTTP workflow component

Swagger HTTP workflow component

The advanced, utilities workflow component, Swagger HTTP can load a Swagger JSON definition can be loaded and a request from the API can be selected.

 

An HTTP component is then generated with URL, output type, parameter names and header names pre-filled.

Either GET, POST or multipart POST component is selected, based on selected request. For POST components, the method (POST, PUT or PATCH) is also auto-selected.

 

The Swagger HTTP component has this parameter:



 

URL to Swagger JSON definition

In this parameter you need to enter the URL of the swagger json definition, that you want to load. After entering it you need to click Load swagger definition and then apply.


    • Related Articles

    • HTTP GET Request component

      In InterFormNG2 it is possible to call (most) external HTTP REST APIs / Webservices and form submits using workflow components. The calls are based on RFC2616 Hypertext Transfer Protocol HTTP/1.1 https://www.ietf.org/rfc/rfc2616.txt The external HTTP ...
    • HTTP Post request

      In InterFormNG2 it is possible to call (most) external HTTP REST APIs / Webservices and form submits using workflow components. The calls are based on RFC2616 Hypertext Transfer Protocol HTTP/1.1 https://www.ietf.org/rfc/rfc2616.txt The external HTTP ...
    • Error workflow component

      The workflows, that you can setup in InterFormNG2 can be very long and complex and in some cases e.g. for debugging you might want to force an error in the workflow. Another reason why you might want to force an error, could e.g. be that an input XML ...
    • Retry-repeat workflow component

      The advanced utilities workflow component, Retry-repeat can help you, if you have a workflow component, that sometimes fail. You can use this to retry a subtree of workflow components until no error occurred, but it will fail when it has tried a ...
    • Multicast workflow component

      The multicast workflow component can be used, if you want to create multiple outputs from a single input file. You e.g. might want to create a PDF file, an email and a print output from a single input XML file. To do that the multicast component can ...