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
Post a Comment