Hi everyone,
we are using Camel(3.11.1) Spring Ws for the ws server and use wiretap eip to log and found the following problem: the wiretap exchange lost the original message body.i found the reason is: doCopyResults method in ExchangeHelper will not copy body while the result exchange's pattern is InOptionalOut.but I don't know how to change it and when the InOptionalOut Exchange offer to exchange pool (I set exchange factory = pooled),can somebody help me?thank you