cancel
Showing results for 
Search instead for 
Did you mean: 

Plain HTTP Adapter - How to add CR/LF into Prolog?

andreas_scherf
Explorer
0 Kudos

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

Accepted Solutions (0)

Answers (1)

Answers (1)

stefan_grube
Active Contributor
0 Kudos

I recommend using Java Mapping.

Stefan