java - Disable Apache cxf interceptor -


i developing simulator simulate client side web service. have written server side code. when trying hit service, following exception on server side:

org.apache.cxf.interceptor.fault: unmarshalling error: unexpected element 

as developing simulator, not need validate request (and tags). want send response no matter whatever request contains. idea how suppress error or disable these interceptors?

i think can take @ provider api cxf provide. in case, cxf doesn't unmarshal request message.


Comments

Popular posts from this blog

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

objective c - Greedy NSProgressIndicator Allocation -

how to set an OCR language in Google Drive -