-
Bug
-
Resolution: Done
-
Major
-
None
-
None
The CommonClient calls the handler chain before unbindResponseMessage(). This is correct.
However, XOP inline depends on ParameterMetaData.isXOP().
The ParameterMetaData is not known until unbindResponseMessage()
// Get the return object
Object retObj = null;
if (oneway == false)