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 nullinstead of expected response class.

why happening?

the problem resolved removing mapaggregator , mapcodec in interceptors.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -