I have soap webservices used in a project. While invoking the service with the operation
Method method=_stubclass.getDeclareMethod(serviceOperation,methodargumentclasses)
method.invoke(_stub, methodargs) - Throws above error.
This project Used Apache CXF. How to find out what is causing the error. HOw to debug it and how to find the stub class' actual class name.