cancel
Showing results for 
Search instead for 
Did you mean: 

Uploading data using Receiver HTTP Adapter

Former Member
0 Kudos

HI,

Currently it's uploading using HTML form based file upload and posting the data into webserver.

(HTML form->uploading the file data into webserver)

Same thing now I want to replace above requirement using Receiver HTTP adapter.

If we go for HTTp adapter can we post the data into webserver. Please need suggestion on this.

Request format is an HTTPS Post of a multipart form that contains a set of parameters a

SAP->PI->using HTTP Adapter need to post into webserver.

where do we pass the below parameters(contect-disposition and content-transfer-encoding)

in Receiver HTTP Adpater.

contect-disposition: 'form-data;name="content"

content-transfer-encoding 'binary'

content-type 'application/octet-stream;charset=ISO-8859-1'(doe's it support this kind of content type in

receiver HTTP Adapter)

the above one I need to achive through HTTP Adapter only not Java proxy.

Regards,

Venu.

Accepted Solutions (0)

Answers (1)

Answers (1)

Shabarish_Nair
Active Contributor
0 Kudos

try using the messagetransformbean to configure those parameters

http://help.sap.com/saphelp_nw04/helpdata/en/57/0b2c4142aef623e10000000a155106/content.htm

Former Member
0 Kudos

Thanks for your quick response. But we can't write any modules in HTTP Receiver adapter. once we selected HTTP adapter and direction is Receiver it's disabled Modules tab.

We are using PI 7.1 and I look at the ModuleProcess help document they did not mention HTTP adapter.

Regards,

Venu.