cancel
Showing results for 
Search instead for 
Did you mean: 

Multipart Adpater module

Former Member
0 Kudos

Hi all,

I have a requirement like sending multipart form/ document through HTTP receiver channel. I am trying to create an adapter module for this.

I am not aware of setting the boundary and the content body type to the MultipartEntity. Also I would like to know the parameters which we need to pass through the channel. Please share your inputs.

Thanks in Advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

you're talking about HTTP java adapter (7.3) ? or ABAP ?

I remember there was a blog from Stefa Grube on this topic for mail adapter

and how to do this in the mapping

http://scn.sap.com/people/stefan.grube/blog/2007/04/17/xi-mail-adapter-an-approach-for-sending-email...

maybe you can use the same way (prepare it in the mapping) and then use SOAP adapter

(without envelope) to do the HTTP call ?

Regards,

Michal Krawczyk