Monday, December 8, 2008

CICS Web Client

I once had an opportunity to write a CICS web client. This was an application that was called as a subroutine, being passed a commarea. It would construct a outgoing XML message, then call a POSTing program to send the message. When the response message was received, the XML would be parsed back into the commarea. The application also included a program to sign on to the server on the other end. Very fun project.

0 comments: