java - CXF client deserializes a SOAP message to null with WS addressing -
i have cxf client uses mapaggregator
, mapcodec
in , out interceptors call soap web service uses ws addressing. i'm logging soap messages. seems message returns correctly (the logger logs correct response), cxf deserializes null
instead of expected response class.
why happening?
the problem resolved removing mapaggregator
, mapcodec
in interceptors.
Comments
Post a Comment