Previous Topic: Update the Proxy Forwarder

Next Topic: Specify an Inbound Administrator

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 SP3.

To recreate the WSDL files

  1. Generate the WSDL file in CA Identity Manager r12.5 SP3.
  2. Keep the following code segments unchanged:
  3. 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.
  4. 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 SP3...

setName()

setEventName()

getName()

getEventName()

setTag()

setTabTag()

getTag()

getTabTag()

setWorkflow()

setWorkflowProcess()

getWorkflow()

getWorkflowProcess()

The six WSDL classes are as follows:

5. Save the WSDL file.


Copyright © 2010 CA. All rights reserved. Email CA about this topic