I have autogenerated Webservice client program using how to article in Micro focus documentation link Programming > COBOL Programming > Interface Mapping Toolkit (IMTK) > How to> Generate Clients > To generate a RESTful COBOL console client from JSON
It is working fine for HTTP based webservices. However, same approach does not work for HTTPS based webservice. Its throwing HTTP status code 8 (Communication error)
Error: HTTP Status Code 00008
Error: Communications component error
Our Micro focus environment does not have HTTPS listener available which could be the reason for above error.
I went through the Micro focus documentation and found below article which could explain the missing Communications component error message
www.microfocus.com/.../GUID-0C6B4853-13B1-4759-8041-80D9509D6058.html
Did anyone faced similar issue? What was done to fix it?