Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在将 apache cxf 用于肥皂客户端。当我对服务器进行肥皂调用时,我SoapFaultException从库中得到一个验证错误,并且没有进一步的信息。有没有人知道它可能是什么?
SoapFaultException
我想到了。问题是服务器在无效的请求格式上出错并抛出了一个验证错误,我认为这包含在肥皂错误中。必须放入登录拦截器才能做到这一点。
谢谢。