How to use Postman Collections in COZYROC SSIS+ REST framework?

How to use Postman Collections in COZYROC SSIS+ REST framework?

To use a Postman Collection, you will need first to convert it to an OpenAPI specification and then import it, as shown here: https://www.cozyroc.com/ssis/rest-custom-openapi-import

There are various methods for this transformation, e.g. check out these free online tools: https://postmantoopenapi.com/ and https://kevinswiber.github.io/postman2openapi/


    Book a Presales Call

     

    Are you new to COZYROC and evaluating our solutions? 
    Book a Presales Call with us now.

      • Related Articles

      • How to select OpenAPI/Swagger file using COZYROC OpenAPI Import Wizard

        The OpenAPI import wizard (introduced in 2.0 release) enables quick, automated creation of resources, endpoints, parameters and fields from an OpenAPI specification (formerly Swagger specification). To learn more about OpenAPI see here. By following ...
      • How to set up authentication for a REST application using COZYROC's REST Wizard UI

        If you want to use COZYROC's REST wizard UI to define the authentication required to connect to a custom REST application, please use the Custom REST Starter Series on this page. It goes through 101 steps to set up and test authentication using the ...
      • How to use a Database storage for new REST tokens

        Make sure you have launched Visual Studio as "Run as Administrator". 1 : In Rest Connection Manager choose the configuration from the dropdown list you want to generate token for. 2: For the Token storage parameter in the grid below select Database ...
      • How to dynamically set a user parameter in a REST Connection.

        Create a REST Connection with a custom configuration to use for our example. Let’s start by creating a REST Connection configuration that has authentication with two user parameters. We will set their values dynamically from variables using an ...
      • Considerations when choosing REST token storage

        Since version 2.1 in COZYROC SSIS+ access tokens used by REST Connection Manager can be stored not only in the file system, but also in a database (SQL Server).   Using such a centralized storage addresses the following complications with the ...