Cannot invoke any Web Service from Workpoint Designer
book
Article ID: 94746
calendar_today
Updated On:
Products
CA Identity ManagerCA Identity GovernanceCA Identity Portal
Issue/Introduction
Using Identity Manager and Workpoint Designer, and trying to invoke TEWS or any other web service, when I click on Check WSDL from the WP Designer / Library / Web service / New menu, I get the following error: java.lang.NoClassDefFoundError: com/sun/tools/xjc/AbortException
Environment
Release: Component: IDMGR
Cause
Missing jaxb-xjc.jar file
Resolution
The class that is receiving the ClassNotFoundException, com/sun/tools/xjc/AbortException, is located in jaxb-xjc.jar. This JAR is located inside the wpServerPlus.ear in the Workpoint/lib folder; it is also located in the lib/axis folder within the Workpoint install.
To resolve the exception, copy the jaxb-xjc.jar file from Workpoint to the a location within the application server's classpath. For example, on JBoss, copy it to the iam_im.ear\library folder and restart JBoss.