When using a generated webservice-client (CXF and Maven-Plug-in) I got the following error:
Interceptor has thrown exception, unwinding now null.
Can someone help me? Thanks!
When using a generated webservice-client (CXF and Maven-Plug-in) I got the following error:
Interceptor has thrown exception, unwinding now null.
Can someone help me? Thanks!
Are you sure the service itself is good? According to the error message it seems like problem on server. You can test your service with Soap-UI to see if it is the problem.