Data transformations with the IBM MQ service provider
You can use z/OS® Connect to transform JSON data to an arbitrary format before a z/OS asset, such as a CICS® transaction, is called. The response from the z/OS asset can also be transformed back into JSON.
zosConnect-2.0 Applies to zosConnect-2.0.
Data transformation for COBOL and PL/I structures to and from JSON is performed by IBM® z/OS Connect.
Configuring data transformations
Create IBM MQ service provider services with one of the
following methods:
- Use the API toolkit. This is the preferred method. When using the API toolkit data transformation must be used. When a service is created with the API toolkit, it can later be built by the build toolkit. For more information, see Build a service archive with the build toolkit.
- Manually create a properties file that describes the service. The properties
file is then used by the build toolkit to create the service. You can optionally configure data
transformations on the service by setting the
languageandoperationNameproperties with at least one of therequestStructureorresponseStructureproperties. You can optionally specify theccsidproperty. For more information, see Creating an IBM MQ service by using a properties file.
For information about using data transformations with services that are generated by method 1 or 2, see Considerations for services using the API or build toolkits.