I am using two transformers one is the compressor and the other one is to convert date objects back and forth. The problem I am facing is the ordering if I place compressor at index "0" and data transform to "1" date transform is receiving compressed data. on outbound. When I swap them it receives compressed data on inbound. It seems to me what we have to swap call order between in and out cycles. Or I am missing something.
I am using two transformers one is the compressor and the other one is to convert date objects back and forth. The problem I am facing is the ordering if I place compressor at index "0" and data transform to "1" date transform is receiving compressed data. on outbound. When I swap them it receives compressed data on inbound. It seems to me what we have to swap call order between in and out cycles. Or I am missing something.
compress transformer
dateTransformer