Skip to main content

How To connect with REST APIs via Visual COBOL Client?

  • August 3, 2021
  • 1 reply
  • 1 view

I am using Visual COBOL (V6.0) for Visual Studio 2019. I need to know how can my native Cobol app communicate with another REST API written in JAVA. Please help!

1 reply

Chris Glazier
Forum|alt.badge.img+2

I am using Visual COBOL (V6.0) for Visual Studio 2019. I need to know how can my native Cobol app communicate with another REST API written in JAVA. Please help!

This is documented under the section for using the Interface Mapping Toolkit (IMTK) which can be found here: If you click on the link for Generating Clients you will find information on this topic.

There are also Tutorials available which show how to deploy COBOL programs as various types of REST services here: