z

zosConnect-1.2

This feature provides a gateway between mobile, cloud, and web clients and z/OS back-end systems such as CICS Transaction Server, IMS, and batch applications. It provides RESTful APIs and enables you to route HTTP requests to remote REST endpoints. It also accepts and returns JSON payloads and communicates with back-end systems by providing a data transformation service that converts JSON payloads to/from byte arrays consumable by z/OS native-language applications written in Cobol, PL/I, and C.
Additional Features Terms & Conditions
文件下载
文件名 操作
zosConnect-1.2-24.0.0.4.pom 下载
Apache Maven
<dependency>
  <groupId>com.ibm.websphere.appserver.features</groupId>
  <artifactId>zosConnect-1.2</artifactId>
  <version>24.0.0.4</version>
  <type>esa</type>
</dependency>
Gradle Groovy
implementation 'com.ibm.websphere.appserver.features:zosConnect-1.2:24.0.0.4'
Gradle Kotlin
implementation("com.ibm.websphere.appserver.features:zosConnect-1.2:24.0.0.4")
Scala SBT
libraryDependencies += "com.ibm.websphere.appserver.features" % "zosConnect-1.2" % "24.0.0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.ibm.websphere.appserver.features', module='zosConnect-1.2', version='24.0.0.4')
)
Apache Ivy
<dependency org="com.ibm.websphere.appserver.features" name="zosConnect-1.2" rev="24.0.0.4" />
Leiningen
[com.ibm.websphere.appserver.features/zosConnect-1.2 "24.0.0.4"]
Apache Buildr
'com.ibm.websphere.appserver.features:zosConnect-1.2:jar:24.0.0.4'