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

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -