BSSV RESTful - Method Can't be Invoked - Invocation Target Exception
Hello,
We created a consumer business service which is a RESTful. When we run it from the JDeveloper it is working - accessing the third party system and creating/updating the records. When we run it on the server (UBE - CBSFN - BSSV - Third party) it is throwing the following exception.
14 Dec 2016 18:09:11,517 [SEVERE] - [BSSVFRAMEWORK] [Context ID:10.0.5.109:54687:1481760550517:0] Requested BSSV Method oracle.e1.bssv.J55ECOM.EmployeesProcessor.postEmployees cannot be invoked: java.lang.reflect.InvocationTargetException
We are using eCompliance web service to access the third party system so we have captured all the JAR files required for this service and copied the files into system\classes folder.