Hi,
I created one webservice to update user's end date and send mail to manager. Inout is user's login and number of days to extend. I deployed webservice in weblogic. When I invoke it, it gives me below error:
<env:Body>
<env:Fault>
<faultcode>env:Server</faultcode>
<faultstring>Failed to invoke end component com.xyvs.iam.oim.updateUsrEndDate (POJO), operation=updateEnddate
-> Failed to invoke method
-> Could not initialize class oracle.iam.platform.Platform
</faultstring>
<detail>
<bea_fault:stacktrace xmlns:bea_fault="http://www.bea.com/servers/wls70/webservice/fault/1.0.0">java.lang.NoClassDefFoundError: Could not initialize class oracle.iam.platform.Platform
at com.xyvs.iam.oim.updateUsrEndDate.updateEnddate(updateUsrEndDate.java:52)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Please let me know if I am missing anything.
Regards,
Kalpana.