Creating the CICS infrastructure for a JSON service provider
To create the CICS infrastructure for a JSON service provider, you must create a pipeline configuration file and create a number of CICS resources.
Before you begin
Several different technologies exist for implementing JSON services in CICS. The most feature-rich option is z/OS® Connect. This task describes the alternative options.
If you do not want to use z/OS Connect, use CICS as a service provider for JSON requests, or use the linkable interface to transform JSON. To use these methods, define and install a JVMSERVER resource with a JVM profile that specifies the JAVA_PIPELINE=YES option. An example JVMSERVER resource definition called DFHAXIS is provided in group DFH$AXIS.
If you want to use non-Java JSON parsing, see Creating the CICS infrastructure for a non-Java JSON service provider.
Procedure
Results
You have created the infrastructure needed for each service provider and you can now install these resources on your CICS system.
What to do next
Install the resources. You can extend the configuration when you need to do so, either to define additional transport infrastructure, or to create additional pipelines.