java - Calling web services from Mainframe batch programs -
we looking @ doing partial migration away main frame.
some of functionality written in mainframe cobol called mainframe batch programs.
we move these cobol programs off mainframe.
if example moved functionality in cobol programme java or .net web service. way call web service mainframe batch programme?
first off, not sure if there way call web services directly cobol, had similar problem trying call web services iseries(as400) using rpg , cl.
in end, wrote simple socket program in java, running on server, called webservicebridge, , bridge program took data socket program , constructed webservice call in java. results of piped through socket.
if cobol struggles web services, may simple solution. aware bridge need monitored, resilient , available in same way design web services.
Comments
Post a Comment