Installation Guides › Upgrade Guide › Configuration After Upgrade from CA Identity Manager r8.1 SP2 › Upgrade TEWS
Upgrade TEWS
In CA Identity Manager r12, the WSDL file configuration changed. When upgrading from a pre-r12 version of CA Identity Manager, change the WSDL file to work with r12.5 SP5.
To recreate the WSDL files
- Generate the WSDL file in CA Identity Manager r12.5 SP5.
- Keep the following code segments unchanged:
- _PND__PND_objectType
- _PND__PND_friendlyName (when it is used as password policy friendly name)
- _PND__PND_regExValue
- _PND__PND_bNoMatch
- _PND__PND_passwordPolicyOid
- Remove any other “_PND__PND_” from the customized web service code. Capitalize the first character after “_PND__PND_”. For example, ViewAccessRoleSearchResultResultItem_PND__PND_friendlyName should be changed to ViewAccessRoleSearchResultResultItemFriendlyName.
- Six method names in six WSDL classes have changed. Modify the customized web service code appropriately if these classes are referenced. The method list is as follows:
|
If you had this method in CA Identity Manager r8.1 SP2...
|
Use this method in CA Identity Manager r12.5 SP5...
|
|
setName()
|
setEventName()
|
|
getName()
|
getEventName()
|
|
setTag()
|
setTabTag()
|
|
getTag()
|
getTabTag()
|
|
setWorkflow()
|
setWorkflowProcess()
|
|
getWorkflow()
|
getWorkflowProcess()
|
The six WSDL classes are as follows:
- CreateAdminTaskEventsTabEventCurrentvalue
- CreateAdminTaskEventsTabEventModify
- ModifyAdminTaskEventsTabEventCurrentvalue
- ModifyAdminTaskEventsTabEventModify
- ViewAdminTaskEventsTabEventCurrentvalue
- ViewAdminTaskEventsTabEventModify
5. Save the WSDL file.