views:

900

answers:

2

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!

A: 

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.

Dev er dev
A: 

I've already tested the webservice with soapUI and it works.

The service was generated and published by JAX-WS RI. Could this lead to a problem with CXF?