CA Identity ManagerCA Identity GovernanceCA Identity PortalCA Identity Suite
Issue/Introduction
How to access IDM WSDL.
How to use Wsdl Checker tool.
Environment
Release : 14.2
Component : SIGMA-Identity Suite
Resolution
To access the IDM wsdl open a bowser to: http://##.##.##.##/iam/im/TEWS6/identityEnv?wsdl (replace the ##.##.##.## with your actual server information)
You can get the wsdl information by accessing the wsdl link with a browser.
Once displayed, you can just copy the displayed information into a text file. (replace the ##.##.##.## with your actual server information) http://##.##.##.##/iam/im/TEWS6/identityEnv?wsdl
For Identity Portal, there is a WsdlChecker utility in the folder: /opt/CA/IdentityPortal/Tools.
CD into the folder and run the following command. java -jar WsdlChecker.jar http://##.##.##.##/iam/im/TEWS6/identityEnv?wsdl
The uitlity will output information about duplicate elements that should be corrected.