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

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -