Le 4/17/13 6:48 PM, Max Larsson a écrit : > Hi, > > The XML size is send in the front of the actual data.
Ok, fine, then you can gather the XML in a raw byte[] while decoding your own protocol. When done, you can parse the XML file in your decoder. No need to have two filters; but you can do that. The message sent to the next filter is just the payload (the XML data). -- Regards, Cordialement, Emmanuel Lécharny www.iktek.com
