开发者

SOAP <faultstring>

开发者 https://www.devze.com 2023-02-21 04:02 出处:网络
I am having an issue with the SOAP , when I call my services I get this error: <faultstring>Fault occurred while processing.</faultstring>

I am having an issue with the SOAP , when I call my services I get this error:

<faultstring>Fault occurred while processing.</faultstring> 

The following response is returned which doesn't give a clue where and why the error happens. How can I customize and show a proper detailed message to user so he/she know what they did wrong

I have gone through the CXF customization with outF开发者_如何学GoaultInterceptors and inFaultInterceptors but I am not clear how I am gonna customize cxf.


This means that the web service framework is returning an unchecked exception. Try running the web service on a debugger to see where the exception is happening or wrapping the web service body inside an try/catch to print the stack trace.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号