Which is a proven solution for connecting mainframe and java? Which is Best for the MQ / IBM CICS Transaction Gateway Series?

, which is a proven solution for connecting mainframe and java? What is the best thing about WebSphere MQ / IBM CICS Transaction Gateway?

What is the best solution for connecting to java and the COBOL mainframe?

+3
source share
2 answers

Assuming that by "Java" you mean "Java not working on the mainframe", there are several ways to do this.

  • CICS Web Services (SOAP)
  • CICS Web Support (REST / POX)
  • MQSeries with a running queue

"" , , . , .

1 - CICS WSDL COBOL. , , , WSDL COBOL. Java SOAP ( MQ) CICS/COBOL.

2 CICS/COBOL , " ". CICS/COBOL API WEB EXTRACT, WEB RECEIVE WEB SEND Java. Java HTTP (S) GET/POST / CICS/COBOL.

3 CICS/COBOL MQGET MQPUT Java. , , . , , , CICS/COBOL ( ). java- JMS - CICS/COBOL.

+13
0

Source: https://habr.com/ru/post/1796244/


All Articles