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.