Thank you Guillaume! Now it works fine. ;-) I think I need more practical understood on MEP stuff. Any reading suggestion?
B.R. Anderson -----Mensagem original----- De: Guillaume Nodet [mailto:[EMAIL PROTECTED] Enviada em: quarta-feira, 9 de abril de 2008 15:42 Para: [email protected] Assunto: Re: Transform a received XML, save it, and return the new format to the HTTP response try somethign like: http -> wiretap -> transformer \--> file You need to fork the out message to the file system on the wiretap using <eip:outListener/> instead of <eip:inListener/> and it should work as expected. On Wed, Apr 9, 2008 at 8:22 PM, Anderson Nielson <[EMAIL PROTECTED]> wrote: > Hi, > > I am having problems sending and XML/HTTP (POST), tranforming it, > saving in the file system, and return the transformed file to the HTTP > response. > I have tried lots of EIPs but I am always getting an error message > like > this: "Use an InOnly or RobustInOnly MEP". > > Does anyone have some example or could produce one that works? > > Please check the attached SA. > > B.R. > > Anderson > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/
