This might be a permission issue. Checking the username and password in
place and then the below link might
help:https://stackoverflow.com/questions/9078726/cxf-client-exception-interceptor-for-xxx-has-thrown-exception-unwinding-now
"After debugging in the cxf code and seeking help in the cxf mailing
list, I finally solved this problem. The problem is caused by the
inbound message, the http message lacks the content-type header, which
causes the CXF fail to create an XMLStreamReader, and then fa...