Skip to main content

Good Morning,

I am trying to Create a REST API IN COBOL That can be called from Both Cobol applications and the front end Applications.

Could you please let me know the steps How external Application can access the API Created by Visual COBOL.

What Settings I need to do in both COBOL/External Places.

And Also Please let me know the Steps / Documentation How to create the REST API where it will read the AWS Table for COBOL And then Send response to COBOL / External Interface (Java).

We work on Linux machine for all COBOL Development

Please let know.

Thanks Verymuch.

If there are any documentation or Training Videoes will be a great help.

Good Morning,

I am trying to Create a REST API IN COBOL That can be called from Both Cobol applications and the front end Applications.

Could you please let me know the steps How external Application can access the API Created by Visual COBOL.

What Settings I need to do in both COBOL/External Places.

And Also Please let me know the Steps / Documentation How to create the REST API where it will read the AWS Table for COBOL And then Send response to COBOL / External Interface (Java).

We work on Linux machine for all COBOL Development

Please let know.

Thanks Verymuch.

If there are any documentation or Training Videoes will be a great help.

You can create a REST Web Service in COBOL by deploying it under Enterprise Server. You can generate a COBOL client from this as well.

Please look at the tutorials in the docs:

Tutorial: REST Web Service (microfocus.com)

Tutorial: JSON RESTful Web Service using API Resources (microfocus.com)

Thanks


You can create a REST Web Service in COBOL by deploying it under Enterprise Server. You can generate a COBOL client from this as well.

Please look at the tutorials in the docs:

Tutorial: REST Web Service (microfocus.com)

Tutorial: JSON RESTful Web Service using API Resources (microfocus.com)

Thanks

Thanks For your reply , I will look into this...


Thanks For your reply , I will look into this...

Hi,

could you please answer the below questions.

I am planning to create RESTAPI to access files from S3 / And or AWS Database. 

Could you please let me know  How to connect to the AWS S3 files or database from Microfocus cobol.

What settings/configurations I should be doing for this.

Thanks