Migrating from z/OS Connect V1
Follow these steps to migrate your API deployments to IBM® z/OS Connect V3.0 (OpenAPI 2).
To migrate an existing configuration based on z/OS Connect V1 to IBM z/OS Connect V3.0 (OpenAPI 2), you must make the following updates to
your server.xml file:
- In the Feature Manager section, replace
<feature>zosconnect-1.0</feature>
or<feature>zosconnect-1.2</feature>
with:<feature>zosconnect:zosconnect-2.0</feature>
- Prefix all z/OS Connect configuration elements
for services, interceptors, DataXForm and the z/OS Connect manager with
zosconnect_
. For example:
becomes<zosConnectService id=’example’ name=’example’ serviceRef=’exampleService’/>
<zosconnect_zosConnectService id=’example’ name=’example’ serviceRef=’exampleService’/>