Hi all!
I have to do a multipart/formdata request to an external HTTP Server. This requires to set boundaries etc. AND
to add Carriage Returns / Line Feeds into the HTTP-Body.
I think I could solve the problem using the Prolog / Epilog functionality of the HTTP Plain adapter - the only
thing that is missing now is <b>how to add Carriage Returns / Line Feeds into the Prolog / Epilog Field</b> within the communication channel configuration. It seems
that there is no "escaping possibility" - the HTTP Adapter writes the prolog "as it is entered" into the htto-Body of the request.
Any ideas?
Many thanks in advance,
Andy