How to access IDM WSDL.
How to use Wsdl Checker tool.
Release : 14.2
Component : SIGMA-Identity Suite
To access the IDM wsdl open a bowser to: http://xx.xx.xx.xx/iam/im/TEWS6/identityEnv?wsdl
(replace the xx.xx.xx.xx with your actual server information)
You can get the wsdl information by access the wsdl link with a browser. Once displayed, you can just copy the displayed information into a text file.
(replace the xx.xx.xx.xx with your actual server information)
http://xx.xx.xx.xx/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://xx.xx.xx.xx/iam/im/TEWS6/identityEnv?wsdl
The uitlity will output information about duplicate elements that should be corrected.